Color Hex Logo

#c7cfab Color Hex

#C7CFAB
(199,207,171)
0 Favorites   0 Comments

Color spaces of #c7cfab

RGB 199207171
HSL0.200.270.74
HSV73°17°81°
CMYK 0.040.000.17   0.19
XYZ53.216759.708047.2481
Yxy59.70800.33220.3728
Hunter Lab77.2710-12.290817.8362
CIE-Lab81.6792-8.927416.9966

#c7cfab color RGB value is (199,207,171).

#c7cfab hex color red value is 199, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c7cfab hue: 0.20 , saturation: 0.27 and the lightness value of c7cfab is 0.74.

The process color (four color CMYK) of #c7cfab color hex is 0.04, 0.00, 0.17, 0.19. Web safe color of #c7cfab is #cccc99. Color #c7cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001111 10101011
Octal 307 317 253
Decimal 199 207 171
Hex C7 CF AB

RGB Percentages of Color #c7cfab

%34.49
%35.88
%29.64

CMYK Percentages of Color #c7cfab

%4
%0
%17
%19

Triadic Colors of #c7cfab

#c7cfab #abc7cf #cfabc7

Analogous Colors of #c7cfab

#c7cfab #b5cfab #cfc5ab

Monochromatic Colors of #c7cfab

#c7cfab

Complementary Color

#c7cfab #b3abcf

#c7cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cfab Color CSS Codes

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

#c7cfab Text Font Color

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

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


#c7cfab Background Color

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

This div background color is #c7cfab


#c7cfab Border Color

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

This div border color is #c7cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cfab


Comments

No comments written yet.

Please login to write comment.