Color Hex Logo

#cdc9eb Color Hex

#CDC9EB
(205,201,235)
0 Favorites   0 Comments

Color spaces of #cdc9eb

RGB 205201235
HSL0.690.460.85
HSV247°14°92°
CMYK 0.130.140.00   0.08
XYZ61.058960.750687.1051
Yxy60.75060.29230.2908
Hunter Lab77.94273.4340-11.6999
CIE-Lab82.24457.9589-16.2756

#cdc9eb color RGB value is (205,201,235).

#cdc9eb hex color red value is 205, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cdc9eb hue: 0.69 , saturation: 0.46 and the lightness value of cdc9eb is 0.85.

The process color (four color CMYK) of #cdc9eb color hex is 0.13, 0.14, 0.00, 0.08. Web safe color of #cdc9eb is #ccccff. Color #cdc9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001001 11101011
Octal 315 311 353
Decimal 205 201 235
Hex CD C9 EB

RGB Percentages of Color #cdc9eb

%31.98
%31.36
%36.66

CMYK Percentages of Color #cdc9eb

%13
%14
%0
%8

Triadic Colors of #cdc9eb

#cdc9eb #ebcdc9 #c9ebcd

Analogous Colors of #cdc9eb

#cdc9eb #dec9eb #c9d6eb

Monochromatic Colors of #cdc9eb

#cdc9eb

Complementary Color

#cdc9eb #e7ebc9

#cdc9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc9eb Color CSS Codes

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

#cdc9eb Text Font Color

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

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


#cdc9eb Background Color

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

This div background color is #cdc9eb


#cdc9eb Border Color

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

This div border color is #cdc9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc9eb


Comments

No comments written yet.

Please login to write comment.