Color spaces of #caeaf5
RGB | 202 | 234 | 245 |
---|---|---|---|
HSL | 0.54 | 0.68 | 0.88 |
HSV | 195° | 18° | 96° |
CMYK | 0.18 | 0.04 | 0.00 0.04 |
XYZ | 70.2614 | 77.9948 | 97.7375 |
Yxy | 77.9948 | 0.2856 | 0.3171 |
Hunter Lab | 88.3147 | -12.5396 | -3.7957 |
CIE-Lab | 90.7775 | -8.1532 | -8.8296 |
#caeaf5 color RGB value is (202,234,245).
#caeaf5 hex color red value is 202, green value is 234 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #caeaf5 hue: 0.54 , saturation: 0.68 and the lightness value of caeaf5 is 0.88.
The process color (four color CMYK) of #caeaf5 color hex is 0.18, 0.04, 0.00, 0.04. Web safe color of #caeaf5 is #ccffff. Color #caeaf5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101010 | 11110101 |
Octal | 312 | 352 | 365 |
Decimal | 202 | 234 | 245 |
Hex | CA | EA | F5 |
Shades of #caeaf5
Tints of #caeaf5
RGB Percentages of Color #caeaf5
CMYK Percentages of Color #caeaf5
Complementary Color
#caeaf5 | #f5d5ca |
#caeaf5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caeaf5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caeaf5 Color CSS Codes
.mybgcolor {background-color:#caeaf5; } .myforecolor {color:#caeaf5; } .mybordercolor {border:3px solid #caeaf5; }
#caeaf5 Text Font Color
<p style="color:#caeaf5">Text here</p>
This sample text font color is #caeaf5
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.
#caeaf5 Background Color
<div style="background-color:#caeaf5">
Div content here</div>
This div background color is #caeaf5
#caeaf5 Border Color
<div style="border:3px solid #caeaf5">
Div here</div>
This div border color is #caeaf5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,234,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caeaf5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caeaf5; -webkit-box-shadow: 1px 1px 3px 2px #caeaf5; box-shadow: 1px 1px 3px 2px #caeaf5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,234,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caeaf5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caeaf5; -webkit-box-shadow: 1px 1px 3px 2px #caeaf5; box-shadow: 1px 1px 3px 2px #caeaf5;">
Div content here</div>
This div box has shadow with color #caeaf5
#caeaf5 Color Palettes
Comments
No comments written yet.
Please login to write comment.