Color Hex Logo

#c8dfaf Color Hex

#C8DFAF
(200,223,175)
0 Favorites   0 Comments

Color spaces of #c8dfaf

RGB 200223175
HSL0.250.430.78
HSV89°22°87°
CMYK 0.100.000.22   0.13
XYZ57.945068.149950.6577
Yxy68.14990.32780.3856
Hunter Lab82.5530-19.176221.4044
CIE-Lab86.0813-16.041621.0285

#c8dfaf color RGB value is (200,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011111 10101111
Octal 310 337 257
Decimal 200 223 175
Hex C8 DF AF

RGB Percentages of Color #c8dfaf

%33.44
%37.29
%29.26

CMYK Percentages of Color #c8dfaf

%10
%0
%22
%13

Triadic Colors of #c8dfaf

#c8dfaf #afc8df #dfafc8

Analogous Colors of #c8dfaf

#c8dfaf #b0dfaf #dfdeaf

Monochromatic Colors of #c8dfaf

#c8dfaf

Complementary Color

#c8dfaf #c6afdf

#c8dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dfaf Color CSS Codes

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

#c8dfaf Text Font Color

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

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


#c8dfaf Background Color

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

This div background color is #c8dfaf


#c8dfaf Border Color

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

This div border color is #c8dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dfaf


Comments

No comments written yet.

Please login to write comment.