Color spaces of #00aebf
RGB | 0 | 174 | 191 |
---|---|---|---|
HSL | 0.51 | 1.00 | 0.37 |
HSV | 185° | 100° | 75° |
CMYK | 1.00 | 0.09 | 0.00 0.25 |
XYZ | 24.5400 | 34.0337 | 54.5660 |
Yxy | 34.0337 | 0.2169 | 0.3008 |
Hunter Lab | 58.3384 | -27.0063 | -14.6192 |
CIE-Lab | 64.9893 | -30.7097 | -19.2243 |
#00aebf color RGB value is (0,174,191).
#00aebf hex color red value is 0, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #00aebf hue: 0.51 , saturation: 1.00 and the lightness value of 00aebf is 0.37.
The process color (four color CMYK) of #00aebf color hex is 1.00, 0.09, 0.00, 0.25. Web safe color of #00aebf is #0099cc. Color #00aebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10101110 | 10111111 |
Octal | 0 | 256 | 277 |
Decimal | 0 | 174 | 191 |
Hex | 0 | AE | BF |
Shades of #00aebf
Tints of #00aebf
RGB Percentages of Color #00aebf
CMYK Percentages of Color #00aebf
Complementary Color
#00aebf | #bf1100 |
#00aebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00aebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#00aebf Color CSS Codes
.mybgcolor {background-color:#00aebf; } .myforecolor {color:#00aebf; } .mybordercolor {border:3px solid #00aebf; }
#00aebf Text Font Color
<p style="color:#00aebf">Text here</p>
This sample text font color is #00aebf
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.
#00aebf Background Color
<div style="background-color:#00aebf">
Div content here</div>
This div background color is #00aebf
#00aebf Border Color
<div style="border:3px solid #00aebf">
Div here</div>
This div border color is #00aebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00aebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00aebf; -webkit-box-shadow: 1px 1px 3px 2px #00aebf; box-shadow: 1px 1px 3px 2px #00aebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,174,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00aebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00aebf; -webkit-box-shadow: 1px 1px 3px 2px #00aebf; box-shadow: 1px 1px 3px 2px #00aebf;">
Div content here</div>
This div box has shadow with color #00aebf
Comments
No comments written yet.
Please login to write comment.