Color Hex Logo

#cdaaeb Color Hex

#CDAAEB
(205,170,235)
0 Favorites   0 Comments

Color spaces of #cdaaeb

RGB 205170235
HSL0.760.620.79
HSV272°28°92°
CMYK 0.130.280.00   0.08
XYZ54.547047.726784.9345
Yxy47.72670.29140.2549
Hunter Lab69.084520.0402-24.5337
CIE-Lab74.652224.7670-27.8105

#cdaaeb color RGB value is (205,170,235).

#cdaaeb hex color red value is 205, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdaaeb hue: 0.76 , saturation: 0.62 and the lightness value of cdaaeb is 0.79.

The process color (four color CMYK) of #cdaaeb color hex is 0.13, 0.28, 0.00, 0.08. Web safe color of #cdaaeb is #cc99ff. Color #cdaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 11101011
Octal 315 252 353
Decimal 205 170 235
Hex CD AA EB

RGB Percentages of Color #cdaaeb

%33.61
%27.87
%38.52

CMYK Percentages of Color #cdaaeb

%13
%28
%0
%8

Triadic Colors of #cdaaeb

#cdaaeb #ebcdaa #aaebcd

Analogous Colors of #cdaaeb

#cdaaeb #ebaae9 #adaaeb

Monochromatic Colors of #cdaaeb

#cdaaeb

Complementary Color

#cdaaeb #c8ebaa

#cdaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaaeb Color CSS Codes

.mybgcolor {background-color:#cdaaeb; } 
.myforecolor {color:#cdaaeb; }
.mybordercolor {border:3px solid #cdaaeb; }

#cdaaeb Text Font Color

<p style="color:#cdaaeb">Text here</p>

This sample text font color is #cdaaeb
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.


#cdaaeb Background Color

<div style="background-color:#cdaaeb">
Div content here</div>

This div background color is #cdaaeb


#cdaaeb Border Color

<div style="border:3px solid #cdaaeb">
Div here</div>

This div border color is #cdaaeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,170,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdaaeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdaaeb;
  -webkit-box-shadow: 1px 1px 3px 2px #cdaaeb;
  box-shadow:         1px 1px 3px 2px #cdaaeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,170,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 #cdaaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cdaaeb;
  -webkit-box-shadow: 1px 1px 3px 2px #cdaaeb;
  box-shadow:         1px 1px 3px 2px #cdaaeb;">
Div content here</div>

This div box has shadow with color #cdaaeb


Comments

No comments written yet.

Please login to write comment.