Color spaces of #cdaeeb
RGB | 205 | 174 | 235 |
---|---|---|---|
HSL | 0.75 | 0.60 | 0.80 |
HSV | 270° | 26° | 92° |
CMYK | 0.13 | 0.26 | 0.00 0.08 |
XYZ | 55.3083 | 49.2494 | 85.1883 |
Yxy | 49.2494 | 0.2915 | 0.2596 |
Hunter Lab | 70.1779 | 17.8673 | -22.8470 |
CIE-Lab | 75.6062 | 22.5791 | -26.3489 |
#cdaeeb color RGB value is (205,174,235).
#cdaeeb hex color red value is 205, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdaeeb hue: 0.75 , saturation: 0.60 and the lightness value of cdaeeb is 0.80.
The process color (four color CMYK) of #cdaeeb color hex is 0.13, 0.26, 0.00, 0.08. Web safe color of #cdaeeb is #cc99ff. Color #cdaeeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101110 | 11101011 |
Octal | 315 | 256 | 353 |
Decimal | 205 | 174 | 235 |
Hex | CD | AE | EB |
Shades of #cdaeeb
Tints of #cdaeeb
RGB Percentages of Color #cdaeeb
CMYK Percentages of Color #cdaeeb
Complementary Color
#cdaeeb | #ccebae |
#cdaeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdaeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdaeeb Color CSS Codes
.mybgcolor {background-color:#cdaeeb; } .myforecolor {color:#cdaeeb; } .mybordercolor {border:3px solid #cdaeeb; }
#cdaeeb Text Font Color
<p style="color:#cdaeeb">Text here</p>
This sample text font color is #cdaeeb
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.
#cdaeeb Background Color
<div style="background-color:#cdaeeb">
Div content here</div>
This div background color is #cdaeeb
#cdaeeb Border Color
<div style="border:3px solid #cdaeeb">
Div here</div>
This div border color is #cdaeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,174,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdaeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdaeeb; -webkit-box-shadow: 1px 1px 3px 2px #cdaeeb; box-shadow: 1px 1px 3px 2px #cdaeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,174,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdaeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdaeeb; -webkit-box-shadow: 1px 1px 3px 2px #cdaeeb; box-shadow: 1px 1px 3px 2px #cdaeeb;">
Div content here</div>
This div box has shadow with color #cdaeeb
#cdaeeb Color Palettes
Comments
No comments written yet.
Please login to write comment.