Color spaces of #00aeed
RGB | 0 | 174 | 237 |
---|---|---|---|
HSL | 0.54 | 1.00 | 0.46 |
HSV | 196° | 100° | 93° |
CMYK | 1.00 | 0.27 | 0.00 0.07 |
XYZ | 30.4221 | 36.3865 | 85.5407 |
Yxy | 36.3865 | 0.1997 | 0.2388 |
Hunter Lab | 60.3212 | -15.5384 | -41.8535 |
CIE-Lab | 66.8142 | -14.9361 | -41.7613 |
#00aeed color RGB value is (0,174,237).
#00aeed hex color red value is 0, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #00aeed hue: 0.54 , saturation: 1.00 and the lightness value of 00aeed is 0.46.
The process color (four color CMYK) of #00aeed color hex is 1.00, 0.27, 0.00, 0.07. Web safe color of #00aeed is #0099ff. Color #00aeed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10101110 | 11101101 |
Octal | 0 | 256 | 355 |
Decimal | 0 | 174 | 237 |
Hex | 0 | AE | ED |
Shades of #00aeed
Tints of #00aeed
RGB Percentages of Color #00aeed
CMYK Percentages of Color #00aeed
Complementary Color
#00aeed | #ed3f00 |
#00aeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00aeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#00aeed Color CSS Codes
.mybgcolor {background-color:#00aeed; } .myforecolor {color:#00aeed; } .mybordercolor {border:3px solid #00aeed; }
#00aeed Text Font Color
<p style="color:#00aeed">Text here</p>
This sample text font color is #00aeed
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.
#00aeed Background Color
<div style="background-color:#00aeed">
Div content here</div>
This div background color is #00aeed
#00aeed Border Color
<div style="border:3px solid #00aeed">
Div here</div>
This div border color is #00aeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,174,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00aeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00aeed; -webkit-box-shadow: 1px 1px 3px 2px #00aeed; box-shadow: 1px 1px 3px 2px #00aeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,174,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 #00aeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00aeed; -webkit-box-shadow: 1px 1px 3px 2px #00aeed; box-shadow: 1px 1px 3px 2px #00aeed;">
Div content here</div>
This div box has shadow with color #00aeed
Comments
No comments written yet.
Please login to write comment.