Color Hex Logo

#c9cdeb Color Hex

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

Color spaces of #c9cdeb

RGB 201205235
HSL0.650.460.85
HSV233°14°92°
CMYK 0.140.130.00   0.08
XYZ60.914162.078387.3691
Yxy62.07830.28960.2951
Hunter Lab78.78980.1201-10.5932
CIE-Lab82.95504.5549-15.2379

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

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

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

Base Numbers

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

RGB Percentages of Color #c9cdeb

%31.36
%31.98
%36.66

CMYK Percentages of Color #c9cdeb

%14
%13
%0
%8

Triadic Colors of #c9cdeb

#c9cdeb #ebc9cd #cdebc9

Analogous Colors of #c9cdeb

#c9cdeb #d6c9eb #c9deeb

Monochromatic Colors of #c9cdeb

#c9cdeb

Complementary Color

#c9cdeb #ebe7c9

#c9cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cdeb Color CSS Codes

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

#c9cdeb Text Font Color

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

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


#c9cdeb Background Color

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

This div background color is #c9cdeb


#c9cdeb Border Color

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

This div border color is #c9cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cdeb


Comments

No comments written yet.

Please login to write comment.