Color Hex Logo

#c8cfaf Color Hex

#C8CFAF
(200,207,175)
0 Favorites   0 Comments

Color spaces of #c8cfaf

RGB 200207175
HSL0.200.250.75
HSV73°15°81°
CMYK 0.030.000.15   0.19
XYZ53.870160.000249.2994
Yxy60.00020.33010.3677
Hunter Lab77.4598-11.415216.4867
CIE-Lab81.8383-7.933315.1105

#c8cfaf color RGB value is (200,207,175).

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

The process color (four color CMYK) of #c8cfaf color hex is 0.03, 0.00, 0.15, 0.19. Web safe color of #c8cfaf is #cccc99. Color #c8cfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001111 10101111
Octal 310 317 257
Decimal 200 207 175
Hex C8 CF AF

RGB Percentages of Color #c8cfaf

%34.36
%35.57
%30.07

CMYK Percentages of Color #c8cfaf

%3
%0
%15
%19

Triadic Colors of #c8cfaf

#c8cfaf #afc8cf #cfafc8

Analogous Colors of #c8cfaf

#c8cfaf #b8cfaf #cfc6af

Monochromatic Colors of #c8cfaf

#c8cfaf

Complementary Color

#c8cfaf #b6afcf

#c8cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cfaf Color CSS Codes

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

#c8cfaf Text Font Color

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

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


#c8cfaf Background Color

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

This div background color is #c8cfaf


#c8cfaf Border Color

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

This div border color is #c8cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cfaf


Comments

No comments written yet.

Please login to write comment.