Color Hex Logo

#c7debd Color Hex

#C7DEBD
(199,222,189)
0 Favorites   0 Comments

Color spaces of #c7debd

RGB 199222189
HSL0.280.330.81
HSV102°15°87°
CMYK 0.100.000.15   0.13
XYZ58.859868.058858.1785
Yxy68.05880.31800.3677
Hunter Lab82.4978-17.016415.9363
CIE-Lab86.0358-13.626013.6317

#c7debd color RGB value is (199,222,189).

#c7debd hex color red value is 199, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c7debd hue: 0.28 , saturation: 0.33 and the lightness value of c7debd is 0.81.

The process color (four color CMYK) of #c7debd color hex is 0.10, 0.00, 0.15, 0.13. Web safe color of #c7debd is #cccccc. Color #c7debd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011110 10111101
Octal 307 336 275
Decimal 199 222 189
Hex C7 DE BD

RGB Percentages of Color #c7debd

%32.62
%36.39
%30.98

CMYK Percentages of Color #c7debd

%10
%0
%15
%13

Triadic Colors of #c7debd

#c7debd #bdc7de #debdc7

Analogous Colors of #c7debd

#c7debd #bddec4 #d8debd

Monochromatic Colors of #c7debd

#c7debd

Complementary Color

#c7debd #d4bdde

#c7debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7debd Color CSS Codes

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

#c7debd Text Font Color

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

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


#c7debd Background Color

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

This div background color is #c7debd


#c7debd Border Color

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

This div border color is #c7debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7debd


Comments

No comments written yet.

Please login to write comment.