Color spaces of #caadfe
RGB | 202 | 173 | 254 |
---|---|---|---|
HSL | 0.73 | 0.98 | 0.84 |
HSV | 261° | 32° | 100° |
CMYK | 0.20 | 0.32 | 0.00 0.00 |
XYZ | 57.1901 | 49.5995 | 100.3253 |
Yxy | 49.5995 | 0.2761 | 0.2395 |
Hunter Lab | 70.4269 | 21.7036 | -35.1616 |
CIE-Lab | 75.8228 | 26.3272 | -36.3016 |
#caadfe color RGB value is (202,173,254).
#caadfe hex color red value is 202, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #caadfe hue: 0.73 , saturation: 0.98 and the lightness value of caadfe is 0.84.
The process color (four color CMYK) of #caadfe color hex is 0.20, 0.32, 0.00, 0.00. Web safe color of #caadfe is #cc99ff. Color #caadfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101101 | 11111110 |
Octal | 312 | 255 | 376 |
Decimal | 202 | 173 | 254 |
Hex | CA | AD | FE |
Shades of #caadfe
Tints of #caadfe
RGB Percentages of Color #caadfe
CMYK Percentages of Color #caadfe
Complementary Color
#caadfe | #e1fead |
#caadfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caadfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#caadfe Color CSS Codes
.mybgcolor {background-color:#caadfe; } .myforecolor {color:#caadfe; } .mybordercolor {border:3px solid #caadfe; }
#caadfe Text Font Color
<p style="color:#caadfe">Text here</p>
This sample text font color is #caadfe
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.
#caadfe Background Color
<div style="background-color:#caadfe">
Div content here</div>
This div background color is #caadfe
#caadfe Border Color
<div style="border:3px solid #caadfe">
Div here</div>
This div border color is #caadfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,173,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caadfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caadfe; -webkit-box-shadow: 1px 1px 3px 2px #caadfe; box-shadow: 1px 1px 3px 2px #caadfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,173,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caadfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caadfe; -webkit-box-shadow: 1px 1px 3px 2px #caadfe; box-shadow: 1px 1px 3px 2px #caadfe;">
Div content here</div>
This div box has shadow with color #caadfe
Comments
No comments written yet.
Please login to write comment.