Color spaces of #58abfe
RGB | 88 | 171 | 254 |
---|---|---|---|
HSL | 0.58 | 0.99 | 0.67 |
HSV | 210° | 65° | 100° |
CMYK | 0.65 | 0.33 | 0.00 0.00 |
XYZ | 36.4768 | 38.3563 | 99.2469 |
Yxy | 38.3563 | 0.2095 | 0.2203 |
Hunter Lab | 61.9325 | -3.2494 | -51.6596 |
CIE-Lab | 68.2824 | 0.0674 | -48.6024 |
#58abfe color RGB value is (88,171,254).
#58abfe hex color red value is 88, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #58abfe hue: 0.58 , saturation: 0.99 and the lightness value of 58abfe is 0.67.
The process color (four color CMYK) of #58abfe color hex is 0.65, 0.33, 0.00, 0.00. Web safe color of #58abfe is #6699ff. Color #58abfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10101011 | 11111110 |
Octal | 130 | 253 | 376 |
Decimal | 88 | 171 | 254 |
Hex | 58 | AB | FE |
Shades of #58abfe
Tints of #58abfe
RGB Percentages of Color #58abfe
CMYK Percentages of Color #58abfe
Complementary Color
#58abfe | #feab58 |
#58abfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58abfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#58abfe Color CSS Codes
.mybgcolor {background-color:#58abfe; } .myforecolor {color:#58abfe; } .mybordercolor {border:3px solid #58abfe; }
#58abfe Text Font Color
<p style="color:#58abfe">Text here</p>
This sample text font color is #58abfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#58abfe Background Color
<div style="background-color:#58abfe">
Div content here</div>
This div background color is #58abfe
#58abfe Border Color
<div style="border:3px solid #58abfe">
Div here</div>
This div border color is #58abfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,171,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58abfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58abfe; -webkit-box-shadow: 1px 1px 3px 2px #58abfe; box-shadow: 1px 1px 3px 2px #58abfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,171,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58abfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58abfe; -webkit-box-shadow: 1px 1px 3px 2px #58abfe; box-shadow: 1px 1px 3px 2px #58abfe;">
Div content here</div>
This div box has shadow with color #58abfe
Comments
No comments written yet.
Please login to write comment.