Color spaces of #00aeca
RGB | 0 | 174 | 202 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.40 |
HSV | 188° | 100° | 79° |
CMYK | 1.00 | 0.14 | 0.00 0.21 |
XYZ | 25.7967 | 34.5364 | 61.1837 |
Yxy | 34.5364 | 0.2123 | 0.2842 |
Hunter Lab | 58.7677 | -24.4890 | -20.5901 |
CIE-Lab | 65.3861 | -27.0755 | -24.7189 |
#00aeca color RGB value is (0,174,202).
#00aeca hex color red value is 0, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #00aeca hue: 0.52 , saturation: 1.00 and the lightness value of 00aeca is 0.40.
The process color (four color CMYK) of #00aeca color hex is 1.00, 0.14, 0.00, 0.21. Web safe color of #00aeca is #0099cc. Color #00aeca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10101110 | 11001010 |
Octal | 0 | 256 | 312 |
Decimal | 0 | 174 | 202 |
Hex | 0 | AE | CA |
Shades of #00aeca
Tints of #00aeca
RGB Percentages of Color #00aeca
CMYK Percentages of Color #00aeca
Complementary Color
#00aeca | #ca1c00 |
#00aeca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00aeca Color Preview on White Background
Lorem ipsum dolor sit amet.
#00aeca Color CSS Codes
.mybgcolor {background-color:#00aeca; } .myforecolor {color:#00aeca; } .mybordercolor {border:3px solid #00aeca; }
#00aeca Text Font Color
<p style="color:#00aeca">Text here</p>
This sample text font color is #00aeca
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.
#00aeca Background Color
<div style="background-color:#00aeca">
Div content here</div>
This div background color is #00aeca
#00aeca Border Color
<div style="border:3px solid #00aeca">
Div here</div>
This div border color is #00aeca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,174,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00aeca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00aeca; -webkit-box-shadow: 1px 1px 3px 2px #00aeca; box-shadow: 1px 1px 3px 2px #00aeca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,174,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00aeca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00aeca; -webkit-box-shadow: 1px 1px 3px 2px #00aeca; box-shadow: 1px 1px 3px 2px #00aeca;">
Div content here</div>
This div box has shadow with color #00aeca
Comments
No comments written yet.
Please login to write comment.