Color Hex Logo

#c9ddeb Color Hex

#C9DDEB
(201,221,235)
0 Favorites   0 Comments

Color spaces of #c9ddeb

RGB 201221235
HSL0.570.460.85
HSV205°14°92°
CMYK 0.140.060.00   0.08
XYZ64.939270.128688.7108
Yxy70.12860.29020.3134
Hunter Lab83.7428-8.1303-4.1874
CIE-Lab87.0599-3.8451-9.1070

#c9ddeb color RGB value is (201,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011101 11101011
Octal 311 335 353
Decimal 201 221 235
Hex C9 DD EB

RGB Percentages of Color #c9ddeb

%30.59
%33.64
%35.77

CMYK Percentages of Color #c9ddeb

%14
%6
%0
%8

Triadic Colors of #c9ddeb

#c9ddeb #ebc9dd #ddebc9

Analogous Colors of #c9ddeb

#c9ddeb #c9cceb #c9ebe8

Monochromatic Colors of #c9ddeb

#c9ddeb

Complementary Color

#c9ddeb #ebd7c9

#c9ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ddeb Color CSS Codes

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

#c9ddeb Text Font Color

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

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


#c9ddeb Background Color

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

This div background color is #c9ddeb


#c9ddeb Border Color

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

This div border color is #c9ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ddeb


Comments

No comments written yet.

Please login to write comment.