Color Hex Logo

#c9ebcd Color Hex

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

Color spaces of #c9ebcd

RGB 201235205
HSL0.350.460.85
HSV127°14°92°
CMYK 0.140.000.13   0.08
XYZ64.815276.241969.0577
Yxy76.24190.30850.3629
Hunter Lab87.3166-20.303314.2298
CIE-Lab89.9715-16.675810.8736

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

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

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

Base Numbers

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

RGB Percentages of Color #c9ebcd

%31.36
%36.66
%31.98

CMYK Percentages of Color #c9ebcd

%14
%0
%13
%8

Triadic Colors of #c9ebcd

#c9ebcd #cdc9eb #ebcdc9

Analogous Colors of #c9ebcd

#c9ebcd #c9ebde #d6ebc9

Monochromatic Colors of #c9ebcd

#c9ebcd

Complementary Color

#c9ebcd #ebc9e7

#c9ebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebcd Color CSS Codes

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

#c9ebcd Text Font Color

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

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


#c9ebcd Background Color

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

This div background color is #c9ebcd


#c9ebcd Border Color

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

This div border color is #c9ebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebcd


Comments

No comments written yet.

Please login to write comment.