Color spaces of #cbaef5
RGB | 203 | 174 | 245 |
---|---|---|---|
HSL | 0.73 | 0.78 | 0.82 |
HSV | 265° | 29° | 96° |
CMYK | 0.17 | 0.29 | 0.00 0.04 |
XYZ | 56.2461 | 49.5612 | 92.9880 |
Yxy | 49.5612 | 0.2829 | 0.2493 |
Hunter Lab | 70.3997 | 19.4137 | -29.0338 |
CIE-Lab | 75.7991 | 24.0937 | -31.4773 |
#cbaef5 color RGB value is (203,174,245).
#cbaef5 hex color red value is 203, green value is 174 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cbaef5 hue: 0.73 , saturation: 0.78 and the lightness value of cbaef5 is 0.82.
The process color (four color CMYK) of #cbaef5 color hex is 0.17, 0.29, 0.00, 0.04. Web safe color of #cbaef5 is #cc99ff. Color #cbaef5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101110 | 11110101 |
Octal | 313 | 256 | 365 |
Decimal | 203 | 174 | 245 |
Hex | CB | AE | F5 |
Shades of #cbaef5
Tints of #cbaef5
RGB Percentages of Color #cbaef5
CMYK Percentages of Color #cbaef5
Complementary Color
#cbaef5 | #d8f5ae |
#cbaef5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbaef5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbaef5 Color CSS Codes
.mybgcolor {background-color:#cbaef5; } .myforecolor {color:#cbaef5; } .mybordercolor {border:3px solid #cbaef5; }
#cbaef5 Text Font Color
<p style="color:#cbaef5">Text here</p>
This sample text font color is #cbaef5
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.
#cbaef5 Background Color
<div style="background-color:#cbaef5">
Div content here</div>
This div background color is #cbaef5
#cbaef5 Border Color
<div style="border:3px solid #cbaef5">
Div here</div>
This div border color is #cbaef5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,174,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbaef5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbaef5; -webkit-box-shadow: 1px 1px 3px 2px #cbaef5; box-shadow: 1px 1px 3px 2px #cbaef5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,174,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 #cbaef5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbaef5; -webkit-box-shadow: 1px 1px 3px 2px #cbaef5; box-shadow: 1px 1px 3px 2px #cbaef5;">
Div content here</div>
This div box has shadow with color #cbaef5
Comments
No comments written yet.
Please login to write comment.