Color spaces of #58afed
RGB | 88 | 175 | 237 |
---|---|---|---|
HSL | 0.57 | 0.81 | 0.64 |
HSV | 205° | 63° | 93° |
CMYK | 0.63 | 0.26 | 0.00 0.07 |
XYZ | 34.6405 | 38.8491 | 85.7936 |
Yxy | 38.8491 | 0.2175 | 0.2439 |
Hunter Lab | 62.3290 | -9.8712 | -37.9801 |
CIE-Lab | 68.6418 | -7.6844 | -38.7919 |
#58afed color RGB value is (88,175,237).
#58afed hex color red value is 88, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #58afed hue: 0.57 , saturation: 0.81 and the lightness value of 58afed is 0.64.
The process color (four color CMYK) of #58afed color hex is 0.63, 0.26, 0.00, 0.07. Web safe color of #58afed is #6699ff. Color #58afed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10101111 | 11101101 |
Octal | 130 | 257 | 355 |
Decimal | 88 | 175 | 237 |
Hex | 58 | AF | ED |
Shades of #58afed
Tints of #58afed
RGB Percentages of Color #58afed
CMYK Percentages of Color #58afed
Complementary Color
#58afed | #ed9658 |
#58afed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#58afed Color Preview on White Background
Lorem ipsum dolor sit amet.
#58afed Color CSS Codes
.mybgcolor {background-color:#58afed; } .myforecolor {color:#58afed; } .mybordercolor {border:3px solid #58afed; }
#58afed Text Font Color
<p style="color:#58afed">Text here</p>
This sample text font color is #58afed
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.
#58afed Background Color
<div style="background-color:#58afed">
Div content here</div>
This div background color is #58afed
#58afed Border Color
<div style="border:3px solid #58afed">
Div here</div>
This div border color is #58afed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,175,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #58afed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58afed; -webkit-box-shadow: 1px 1px 3px 2px #58afed; box-shadow: 1px 1px 3px 2px #58afed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,175,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #58afed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #58afed; -webkit-box-shadow: 1px 1px 3px 2px #58afed; box-shadow: 1px 1px 3px 2px #58afed;">
Div content here</div>
This div box has shadow with color #58afed
Comments
No comments written yet.
Please login to write comment.