Color Hex Logo

#c6cfa4 Color Hex

#C6CFA4
(198,207,164)
0 Favorites   0 Comments

Color spaces of #c6cfa4

RGB 198207164
HSL0.200.310.73
HSV73°21°81°
CMYK 0.040.000.21   0.19
XYZ52.302459.311743.8136
Yxy59.31170.33650.3816
Hunter Lab77.0141-13.550420.1796
CIE-Lab81.4626-10.367620.3846

#c6cfa4 color RGB value is (198,207,164).

#c6cfa4 hex color red value is 198, green value is 207 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c6cfa4 hue: 0.20 , saturation: 0.31 and the lightness value of c6cfa4 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 10100100
Octal 306 317 244
Decimal 198 207 164
Hex C6 CF A4

RGB Percentages of Color #c6cfa4

%34.80
%36.38
%28.82

CMYK Percentages of Color #c6cfa4

%4
%0
%21
%19

Triadic Colors of #c6cfa4

#c6cfa4 #a4c6cf #cfa4c6

Analogous Colors of #c6cfa4

#c6cfa4 #b1cfa4 #cfc3a4

Monochromatic Colors of #c6cfa4

#c6cfa4

Complementary Color

#c6cfa4 #ada4cf

#c6cfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cfa4 Color CSS Codes

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

#c6cfa4 Text Font Color

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

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


#c6cfa4 Background Color

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

This div background color is #c6cfa4


#c6cfa4 Border Color

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

This div border color is #c6cfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cfa4


Comments

No comments written yet.

Please login to write comment.