Color Hex Logo

#c7dfaf Color Hex

#C7DFAF
(199,223,175)
0 Favorites   0 Comments

Color spaces of #c7dfaf

RGB 199223175
HSL0.250.430.78
HSV90°22°87°
CMYK 0.110.000.22   0.13
XYZ57.678768.012650.6452
Yxy68.01260.32710.3857
Hunter Lab82.4698-19.480621.3185
CIE-Lab86.0127-16.396420.9229

#c7dfaf color RGB value is (199,223,175).

#c7dfaf hex color red value is 199, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c7dfaf hue: 0.25 , saturation: 0.43 and the lightness value of c7dfaf is 0.78.

The process color (four color CMYK) of #c7dfaf color hex is 0.11, 0.00, 0.22, 0.13. Web safe color of #c7dfaf is #cccc99. Color #c7dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011111 10101111
Octal 307 337 257
Decimal 199 223 175
Hex C7 DF AF

RGB Percentages of Color #c7dfaf

%33.33
%37.35
%29.31

CMYK Percentages of Color #c7dfaf

%11
%0
%22
%13

Triadic Colors of #c7dfaf

#c7dfaf #afc7df #dfafc7

Analogous Colors of #c7dfaf

#c7dfaf #afdfaf #dfdfaf

Monochromatic Colors of #c7dfaf

#c7dfaf

Complementary Color

#c7dfaf #c7afdf

#c7dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dfaf Color CSS Codes

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

#c7dfaf Text Font Color

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

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


#c7dfaf Background Color

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

This div background color is #c7dfaf


#c7dfaf Border Color

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

This div border color is #c7dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dfaf

#c7dfaf Color Palettes


Comments

No comments written yet.

Please login to write comment.