Color spaces of #cbaffb
RGB | 203 | 175 | 251 |
---|---|---|---|
HSL | 0.73 | 0.90 | 0.84 |
HSV | 262° | 30° | 98° |
CMYK | 0.19 | 0.30 | 0.00 0.02 |
XYZ | 57.3712 | 50.3215 | 97.9560 |
Yxy | 50.3215 | 0.2790 | 0.2447 |
Hunter Lab | 70.9376 | 20.2219 | -32.2157 |
CIE-Lab | 76.2662 | 24.8611 | -33.9928 |
#cbaffb color RGB value is (203,175,251).
#cbaffb hex color red value is 203, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cbaffb hue: 0.73 , saturation: 0.90 and the lightness value of cbaffb is 0.84.
The process color (four color CMYK) of #cbaffb color hex is 0.19, 0.30, 0.00, 0.02. Web safe color of #cbaffb is #cc99ff. Color #cbaffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101111 | 11111011 |
Octal | 313 | 257 | 373 |
Decimal | 203 | 175 | 251 |
Hex | CB | AF | FB |
Shades of #cbaffb
Tints of #cbaffb
RGB Percentages of Color #cbaffb
CMYK Percentages of Color #cbaffb
Complementary Color
#cbaffb | #dffbaf |
#cbaffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbaffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbaffb Color CSS Codes
.mybgcolor {background-color:#cbaffb; } .myforecolor {color:#cbaffb; } .mybordercolor {border:3px solid #cbaffb; }
#cbaffb Text Font Color
<p style="color:#cbaffb">Text here</p>
This sample text font color is #cbaffb
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.
#cbaffb Background Color
<div style="background-color:#cbaffb">
Div content here</div>
This div background color is #cbaffb
#cbaffb Border Color
<div style="border:3px solid #cbaffb">
Div here</div>
This div border color is #cbaffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,175,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbaffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbaffb; -webkit-box-shadow: 1px 1px 3px 2px #cbaffb; box-shadow: 1px 1px 3px 2px #cbaffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,175,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 #cbaffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbaffb; -webkit-box-shadow: 1px 1px 3px 2px #cbaffb; box-shadow: 1px 1px 3px 2px #cbaffb;">
Div content here</div>
This div box has shadow with color #cbaffb
Comments
No comments written yet.
Please login to write comment.