Color Hex Logo

#c9edbd Color Hex

#C9EDBD
(201,237,189)
0 Favorites   0 Comments

Color spaces of #c9edbd

RGB 201237189
HSL0.290.570.84
HSV105°20°93°
CMYK 0.150.000.20   0.07
XYZ63.556976.660059.5912
Yxy76.66000.31810.3837
Hunter Lab87.5557-23.648920.9357
CIE-Lab90.1649-20.375819.4477

#c9edbd color RGB value is (201,237,189).

#c9edbd hex color red value is 201, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c9edbd hue: 0.29 , saturation: 0.57 and the lightness value of c9edbd is 0.84.

The process color (four color CMYK) of #c9edbd color hex is 0.15, 0.00, 0.20, 0.07. Web safe color of #c9edbd is #ccffcc. Color #c9edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101101 10111101
Octal 311 355 275
Decimal 201 237 189
Hex C9 ED BD

RGB Percentages of Color #c9edbd

%32.06
%37.80
%30.14

CMYK Percentages of Color #c9edbd

%15
%0
%20
%7

Triadic Colors of #c9edbd

#c9edbd #bdc9ed #edbdc9

Analogous Colors of #c9edbd

#c9edbd #bdedc9 #e1edbd

Monochromatic Colors of #c9edbd

#c9edbd

Complementary Color

#c9edbd #e1bded

#c9edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9edbd Color CSS Codes

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

#c9edbd Text Font Color

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

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


#c9edbd Background Color

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

This div background color is #c9edbd


#c9edbd Border Color

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

This div border color is #c9edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9edbd


Comments

No comments written yet.

Please login to write comment.