Color spaces of #c8aeea
RGB | 200 | 174 | 234 |
---|---|---|---|
HSL | 0.74 | 0.59 | 0.80 |
HSV | 266° | 26° | 92° |
CMYK | 0.15 | 0.26 | 0.00 0.08 |
XYZ | 53.8068 | 48.4920 | 84.3659 |
Yxy | 48.4920 | 0.2883 | 0.2598 |
Hunter Lab | 69.6362 | 16.0608 | -23.0859 |
CIE-Lab | 75.1342 | 20.8015 | -26.5678 |
#c8aeea color RGB value is (200,174,234).
#c8aeea hex color red value is 200, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c8aeea hue: 0.74 , saturation: 0.59 and the lightness value of c8aeea is 0.80.
The process color (four color CMYK) of #c8aeea color hex is 0.15, 0.26, 0.00, 0.08. Web safe color of #c8aeea is #cc99ff. Color #c8aeea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10101110 | 11101010 |
Octal | 310 | 256 | 352 |
Decimal | 200 | 174 | 234 |
Hex | C8 | AE | EA |
Shades of #c8aeea
Tints of #c8aeea
RGB Percentages of Color #c8aeea
CMYK Percentages of Color #c8aeea
Complementary Color
#c8aeea | #d0eaae |
#c8aeea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8aeea Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8aeea Color CSS Codes
.mybgcolor {background-color:#c8aeea; } .myforecolor {color:#c8aeea; } .mybordercolor {border:3px solid #c8aeea; }
#c8aeea Text Font Color
<p style="color:#c8aeea">Text here</p>
This sample text font color is #c8aeea
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.
#c8aeea Background Color
<div style="background-color:#c8aeea">
Div content here</div>
This div background color is #c8aeea
#c8aeea Border Color
<div style="border:3px solid #c8aeea">
Div here</div>
This div border color is #c8aeea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,174,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8aeea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8aeea; -webkit-box-shadow: 1px 1px 3px 2px #c8aeea; box-shadow: 1px 1px 3px 2px #c8aeea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,174,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8aeea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8aeea; -webkit-box-shadow: 1px 1px 3px 2px #c8aeea; box-shadow: 1px 1px 3px 2px #c8aeea;">
Div content here</div>
This div box has shadow with color #c8aeea
Comments
No comments written yet.
Please login to write comment.