Color Hex Logo

#c7debc Color Hex

#C7DEBC
(199,222,188)
0 Favorites   0 Comments

Color spaces of #c7debc

RGB 199222188
HSL0.280.340.80
HSV101°15°87°
CMYK 0.100.000.15   0.13
XYZ58.751668.015557.6087
Yxy68.01550.31870.3689
Hunter Lab82.4715-17.164116.3143
CIE-Lab86.0142-13.794014.1260

#c7debc color RGB value is (199,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011110 10111100
Octal 307 336 274
Decimal 199 222 188
Hex C7 DE BC

RGB Percentages of Color #c7debc

%32.68
%36.45
%30.87

CMYK Percentages of Color #c7debc

%10
%0
%15
%13

Triadic Colors of #c7debc

#c7debc #bcc7de #debcc7

Analogous Colors of #c7debc

#c7debc #bcdec2 #d8debc

Monochromatic Colors of #c7debc

#c7debc

Complementary Color

#c7debc #d3bcde

#c7debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7debc Color CSS Codes

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

#c7debc Text Font Color

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

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


#c7debc Background Color

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

This div background color is #c7debc


#c7debc Border Color

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

This div border color is #c7debc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,222,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7debc


Comments

No comments written yet.

Please login to write comment.