Color spaces of #cbadee
RGB | 203 | 173 | 238 |
---|---|---|---|
HSL | 0.74 | 0.66 | 0.81 |
HSV | 268° | 27° | 93° |
CMYK | 0.15 | 0.27 | 0.00 0.07 |
XYZ | 55.0048 | 48.7567 | 87.4008 |
Yxy | 48.7567 | 0.2877 | 0.2551 |
Hunter Lab | 69.8260 | 18.4163 | -25.3348 |
CIE-Lab | 75.2997 | 23.1353 | -28.4592 |
#cbadee color RGB value is (203,173,238).
#cbadee hex color red value is 203, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cbadee hue: 0.74 , saturation: 0.66 and the lightness value of cbadee is 0.81.
The process color (four color CMYK) of #cbadee color hex is 0.15, 0.27, 0.00, 0.07. Web safe color of #cbadee is #cc99ff. Color #cbadee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101101 | 11101110 |
Octal | 313 | 255 | 356 |
Decimal | 203 | 173 | 238 |
Hex | CB | AD | EE |
Shades of #cbadee
Tints of #cbadee
RGB Percentages of Color #cbadee
CMYK Percentages of Color #cbadee
Complementary Color
#cbadee | #d0eead |
#cbadee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbadee Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbadee Color CSS Codes
.mybgcolor {background-color:#cbadee; } .myforecolor {color:#cbadee; } .mybordercolor {border:3px solid #cbadee; }
#cbadee Text Font Color
<p style="color:#cbadee">Text here</p>
This sample text font color is #cbadee
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.
#cbadee Background Color
<div style="background-color:#cbadee">
Div content here</div>
This div background color is #cbadee
#cbadee Border Color
<div style="border:3px solid #cbadee">
Div here</div>
This div border color is #cbadee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,173,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbadee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbadee; -webkit-box-shadow: 1px 1px 3px 2px #cbadee; box-shadow: 1px 1px 3px 2px #cbadee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,173,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbadee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbadee; -webkit-box-shadow: 1px 1px 3px 2px #cbadee; box-shadow: 1px 1px 3px 2px #cbadee;">
Div content here</div>
This div box has shadow with color #cbadee
#cbadee Color Palettes
Comments
No comments written yet.
Please login to write comment.