Color Hex Logo

#c9ebdd Color Hex

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

Color spaces of #c9ebdd

RGB 201235221
HSL0.430.460.85
HSV155°14°92°
CMYK 0.140.000.06   0.08
XYZ66.846977.054679.7564
Yxy77.05460.29890.3445
Hunter Lab87.7807-17.68487.5764
CIE-Lab90.3467-13.74183.0691

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

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

The process color (four color CMYK) of #c9ebdd color hex is 0.14, 0.00, 0.06, 0.08. Web safe color of #c9ebdd is #ccffcc. Color #c9ebdd contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #c9ebdd

%30.59
%35.77
%33.64

CMYK Percentages of Color #c9ebdd

%14
%0
%6
%8

Triadic Colors of #c9ebdd

#c9ebdd #ddc9eb #ebddc9

Analogous Colors of #c9ebdd

#c9ebdd #c9e8eb #c9ebcc

Monochromatic Colors of #c9ebdd

#c9ebdd

Complementary Color

#c9ebdd #ebc9d7

#c9ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebdd Color CSS Codes

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

#c9ebdd Text Font Color

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

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


#c9ebdd Background Color

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

This div background color is #c9ebdd


#c9ebdd Border Color

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

This div border color is #c9ebdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,235,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c9ebdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebdd


Comments

No comments written yet.

Please login to write comment.