Color spaces of #cabbe5
RGB | 202 | 187 | 229 |
---|---|---|---|
HSL | 0.73 | 0.45 | 0.82 |
HSV | 261° | 18° | 90° |
CMYK | 0.12 | 0.18 | 0.00 0.10 |
XYZ | 56.2703 | 53.7543 | 81.5386 |
Yxy | 53.7543 | 0.2937 | 0.2806 |
Hunter Lab | 73.3173 | 8.6916 | -14.6162 |
CIE-Lab | 78.3182 | 13.2956 | -19.0026 |
#cabbe5 color RGB value is (202,187,229).
#cabbe5 hex color red value is 202, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cabbe5 hue: 0.73 , saturation: 0.45 and the lightness value of cabbe5 is 0.82.
The process color (four color CMYK) of #cabbe5 color hex is 0.12, 0.18, 0.00, 0.10. Web safe color of #cabbe5 is #cccccc. Color #cabbe5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111011 | 11100101 |
Octal | 312 | 273 | 345 |
Decimal | 202 | 187 | 229 |
Hex | CA | BB | E5 |
Shades of #cabbe5
Tints of #cabbe5
RGB Percentages of Color #cabbe5
CMYK Percentages of Color #cabbe5
Complementary Color
#cabbe5 | #d6e5bb |
#cabbe5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabbe5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabbe5 Color CSS Codes
.mybgcolor {background-color:#cabbe5; } .myforecolor {color:#cabbe5; } .mybordercolor {border:3px solid #cabbe5; }
#cabbe5 Text Font Color
<p style="color:#cabbe5">Text here</p>
This sample text font color is #cabbe5
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.
#cabbe5 Background Color
<div style="background-color:#cabbe5">
Div content here</div>
This div background color is #cabbe5
#cabbe5 Border Color
<div style="border:3px solid #cabbe5">
Div here</div>
This div border color is #cabbe5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,187,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabbe5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabbe5; -webkit-box-shadow: 1px 1px 3px 2px #cabbe5; box-shadow: 1px 1px 3px 2px #cabbe5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,187,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabbe5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabbe5; -webkit-box-shadow: 1px 1px 3px 2px #cabbe5; box-shadow: 1px 1px 3px 2px #cabbe5;">
Div content here</div>
This div box has shadow with color #cabbe5
Comments
No comments written yet.
Please login to write comment.