Color Hex Logo

#c6cfaa Color Hex

#C6CFAA
(198,207,170)
0 Favorites   0 Comments

Color spaces of #c6cfaa

RGB 198207170
HSL0.210.280.74
HSV75°18°81°
CMYK 0.040.000.18   0.19
XYZ52.857259.533746.7355
Yxy59.53370.33220.3741
Hunter Lab77.1581-12.745118.0981
CIE-Lab81.5841-9.447417.3821

#c6cfaa color RGB value is (198,207,170).

#c6cfaa hex color red value is 198, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c6cfaa hue: 0.21 , saturation: 0.28 and the lightness value of c6cfaa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 10101010
Octal 306 317 252
Decimal 198 207 170
Hex C6 CF AA

RGB Percentages of Color #c6cfaa

%34.43
%36.00
%29.57

CMYK Percentages of Color #c6cfaa

%4
%0
%18
%19

Triadic Colors of #c6cfaa

#c6cfaa #aac6cf #cfaac6

Analogous Colors of #c6cfaa

#c6cfaa #b4cfaa #cfc6aa

Monochromatic Colors of #c6cfaa

#c6cfaa

Complementary Color

#c6cfaa #b3aacf

#c6cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cfaa Color CSS Codes

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

#c6cfaa Text Font Color

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

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


#c6cfaa Background Color

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

This div background color is #c6cfaa


#c6cfaa Border Color

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

This div border color is #c6cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cfaa


Comments

No comments written yet.

Please login to write comment.