Color spaces of #08eafd
RGB | 8 | 234 | 253 |
---|---|---|---|
HSL | 0.51 | 0.98 | 0.51 |
HSV | 185° | 97° | 99° |
CMYK | 0.97 | 0.08 | 0.00 0.01 |
XYZ | 47.2526 | 65.9891 | 103.1752 |
Yxy | 65.9891 | 0.2183 | 0.3049 |
Hunter Lab | 81.2337 | -38.3277 | -18.4409 |
CIE-Lab | 84.9909 | -39.2107 | -22.3202 |
#08eafd color RGB value is (8,234,253).
#08eafd hex color red value is 8, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #08eafd hue: 0.51 , saturation: 0.98 and the lightness value of 08eafd is 0.51.
The process color (four color CMYK) of #08eafd color hex is 0.97, 0.08, 0.00, 0.01. Web safe color of #08eafd is #00ffff. Color #08eafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 11101010 | 11111101 |
Octal | 10 | 352 | 375 |
Decimal | 8 | 234 | 253 |
Hex | 8 | EA | FD |
Shades of #08eafd
Tints of #08eafd
RGB Percentages of Color #08eafd
CMYK Percentages of Color #08eafd
Complementary Color
#08eafd | #fd1b08 |
#08eafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#08eafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#08eafd Color CSS Codes
.mybgcolor {background-color:#08eafd; } .myforecolor {color:#08eafd; } .mybordercolor {border:3px solid #08eafd; }
#08eafd Text Font Color
<p style="color:#08eafd">Text here</p>
This sample text font color is #08eafd
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.
#08eafd Background Color
<div style="background-color:#08eafd">
Div content here</div>
This div background color is #08eafd
#08eafd Border Color
<div style="border:3px solid #08eafd">
Div here</div>
This div border color is #08eafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,234,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #08eafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #08eafd; -webkit-box-shadow: 1px 1px 3px 2px #08eafd; box-shadow: 1px 1px 3px 2px #08eafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,234,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #08eafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #08eafd; -webkit-box-shadow: 1px 1px 3px 2px #08eafd; box-shadow: 1px 1px 3px 2px #08eafd;">
Div content here</div>
This div box has shadow with color #08eafd
Comments
No comments written yet.
Please login to write comment.