Color Hex Logo

#c7e7dc Color Hex

#C7E7DC
(199,231,220)
0 Favorites   0 Comments

Color spaces of #c7e7dc

RGB 199231220
HSL0.440.400.84
HSV159°14°91°
CMYK 0.140.000.05   0.09
XYZ65.047474.461278.6542
Yxy74.46120.29820.3413
Hunter Lab86.2909-16.45316.3608
CIE-Lab89.1400-12.56671.8229

#c7e7dc color RGB value is (199,231,220).

#c7e7dc hex color red value is 199, green value is 231 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c7e7dc hue: 0.44 , saturation: 0.40 and the lightness value of c7e7dc is 0.84.

The process color (four color CMYK) of #c7e7dc color hex is 0.14, 0.00, 0.05, 0.09. Web safe color of #c7e7dc is #ccffcc. Color #c7e7dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11100111 11011100
Octal 307 347 334
Decimal 199 231 220
Hex C7 E7 DC

RGB Percentages of Color #c7e7dc

%30.62
%35.54
%33.85

CMYK Percentages of Color #c7e7dc

%14
%0
%5
%9

Triadic Colors of #c7e7dc

#c7e7dc #dcc7e7 #e7dcc7

Analogous Colors of #c7e7dc

#c7e7dc #c7e2e7 #c7e7cc

Monochromatic Colors of #c7e7dc

#c7e7dc

Complementary Color

#c7e7dc #e7c7d2

#c7e7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7e7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7e7dc Color CSS Codes

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

#c7e7dc Text Font Color

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

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


#c7e7dc Background Color

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

This div background color is #c7e7dc


#c7e7dc Border Color

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

This div border color is #c7e7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7e7dc

#c7e7dc Color Palettes


Comments

No comments written yet.

Please login to write comment.