Color Hex Logo

#c7edbd Color Hex

#C7EDBD
(199,237,189)
0 Favorites   0 Comments

Color spaces of #c7edbd

RGB 199237189
HSL0.300.570.84
HSV108°20°93°
CMYK 0.160.000.20   0.07
XYZ63.022776.384659.5662
Yxy76.38460.31670.3839
Hunter Lab87.3983-24.231120.7698
CIE-Lab90.0376-21.055619.2511

#c7edbd color RGB value is (199,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101101 10111101
Octal 307 355 275
Decimal 199 237 189
Hex C7 ED BD

RGB Percentages of Color #c7edbd

%31.84
%37.92
%30.24

CMYK Percentages of Color #c7edbd

%16
%0
%20
%7

Triadic Colors of #c7edbd

#c7edbd #bdc7ed #edbdc7

Analogous Colors of #c7edbd

#c7edbd #bdedcb #dfedbd

Monochromatic Colors of #c7edbd

#c7edbd

Complementary Color

#c7edbd #e3bded

#c7edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7edbd Color CSS Codes

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

#c7edbd Text Font Color

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

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


#c7edbd Background Color

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

This div background color is #c7edbd


#c7edbd Border Color

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

This div border color is #c7edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7edbd


Comments

No comments written yet.

Please login to write comment.