Color spaces of #cabeec
RGB | 202 | 190 | 236 |
---|---|---|---|
HSL | 0.71 | 0.55 | 0.84 |
HSV | 256° | 19° | 93° |
CMYK | 0.14 | 0.19 | 0.00 0.07 |
XYZ | 57.9109 | 55.4396 | 87.0056 |
Yxy | 55.4396 | 0.2890 | 0.2767 |
Hunter Lab | 74.4578 | 8.5305 | -17.1613 |
CIE-Lab | 79.2938 | 13.1318 | -21.2922 |
#cabeec color RGB value is (202,190,236).
#cabeec hex color red value is 202, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cabeec hue: 0.71 , saturation: 0.55 and the lightness value of cabeec is 0.84.
The process color (four color CMYK) of #cabeec color hex is 0.14, 0.19, 0.00, 0.07. Web safe color of #cabeec is #ccccff. Color #cabeec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 11101100 |
Octal | 312 | 276 | 354 |
Decimal | 202 | 190 | 236 |
Hex | CA | BE | EC |
Shades of #cabeec
Tints of #cabeec
RGB Percentages of Color #cabeec
CMYK Percentages of Color #cabeec
Complementary Color
#cabeec | #e0ecbe |
#cabeec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabeec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabeec Color CSS Codes
.mybgcolor {background-color:#cabeec; } .myforecolor {color:#cabeec; } .mybordercolor {border:3px solid #cabeec; }
#cabeec Text Font Color
<p style="color:#cabeec">Text here</p>
This sample text font color is #cabeec
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.
#cabeec Background Color
<div style="background-color:#cabeec">
Div content here</div>
This div background color is #cabeec
#cabeec Border Color
<div style="border:3px solid #cabeec">
Div here</div>
This div border color is #cabeec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabeec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabeec; -webkit-box-shadow: 1px 1px 3px 2px #cabeec; box-shadow: 1px 1px 3px 2px #cabeec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabeec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabeec; -webkit-box-shadow: 1px 1px 3px 2px #cabeec; box-shadow: 1px 1px 3px 2px #cabeec;">
Div content here</div>
This div box has shadow with color #cabeec
Comments
No comments written yet.
Please login to write comment.