Color Hex Logo

#cdaeeb Color Hex

#CDAEEB
(205,174,235)
0 Favorites   0 Comments

Color spaces of #cdaeeb

RGB 205174235
HSL0.750.600.80
HSV270°26°92°
CMYK 0.130.260.00   0.08
XYZ55.308349.249485.1883
Yxy49.24940.29150.2596
Hunter Lab70.177917.8673-22.8470
CIE-Lab75.606222.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

BaseRedGreenBlue
Binary 11001101 10101110 11101011
Octal 315 256 353
Decimal 205 174 235
Hex CD AE EB

RGB Percentages of Color #cdaeeb

%33.39
%28.34
%38.27

CMYK Percentages of Color #cdaeeb

%13
%26
%0
%8

Triadic Colors of #cdaeeb

#cdaeeb #ebcdae #aeebcd

Analogous Colors of #cdaeeb

#cdaeeb #ebaeeb #afaeeb

Monochromatic Colors of #cdaeeb

#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


Comments

No comments written yet.

Please login to write comment.