Color spaces of #caacfb
RGB | 202 | 172 | 251 |
---|---|---|---|
HSL | 0.73 | 0.91 | 0.83 |
HSV | 263° | 31° | 98° |
CMYK | 0.20 | 0.31 | 0.00 0.02 |
XYZ | 56.5222 | 49.0266 | 97.7508 |
Yxy | 49.0266 | 0.2780 | 0.2412 |
Hunter Lab | 70.0190 | 21.5593 | -33.7592 |
CIE-Lab | 75.4679 | 26.2073 | -35.2343 |
#caacfb color RGB value is (202,172,251).
#caacfb hex color red value is 202, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #caacfb hue: 0.73 , saturation: 0.91 and the lightness value of caacfb is 0.83.
The process color (four color CMYK) of #caacfb color hex is 0.20, 0.31, 0.00, 0.02. Web safe color of #caacfb is #cc99ff. Color #caacfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101100 | 11111011 |
Octal | 312 | 254 | 373 |
Decimal | 202 | 172 | 251 |
Hex | CA | AC | FB |
Shades of #caacfb
Tints of #caacfb
RGB Percentages of Color #caacfb
CMYK Percentages of Color #caacfb
Complementary Color
#caacfb | #ddfbac |
#caacfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caacfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#caacfb Color CSS Codes
.mybgcolor {background-color:#caacfb; } .myforecolor {color:#caacfb; } .mybordercolor {border:3px solid #caacfb; }
#caacfb Text Font Color
<p style="color:#caacfb">Text here</p>
This sample text font color is #caacfb
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.
#caacfb Background Color
<div style="background-color:#caacfb">
Div content here</div>
This div background color is #caacfb
#caacfb Border Color
<div style="border:3px solid #caacfb">
Div here</div>
This div border color is #caacfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,172,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caacfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caacfb; -webkit-box-shadow: 1px 1px 3px 2px #caacfb; box-shadow: 1px 1px 3px 2px #caacfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,172,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caacfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caacfb; -webkit-box-shadow: 1px 1px 3px 2px #caacfb; box-shadow: 1px 1px 3px 2px #caacfb;">
Div content here</div>
This div box has shadow with color #caacfb
Comments
No comments written yet.
Please login to write comment.