Color Hex Logo

#c6cfae Color Hex

#C6CFAE
(198,207,174)
0 Favorites   0 Comments

Color spaces of #c6cfae

RGB 198207174
HSL0.210.260.75
HSV76°16°81°
CMYK 0.040.000.16   0.19
XYZ53.241559.687448.7591
Yxy59.68740.32930.3692
Hunter Lab77.2576-12.188916.6610
CIE-Lab81.6680-8.815015.3800

#c6cfae color RGB value is (198,207,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001111 10101110
Octal 306 317 256
Decimal 198 207 174
Hex C6 CF AE

RGB Percentages of Color #c6cfae

%34.20
%35.75
%30.05

CMYK Percentages of Color #c6cfae

%4
%0
%16
%19

Triadic Colors of #c6cfae

#c6cfae #aec6cf #cfaec6

Analogous Colors of #c6cfae

#c6cfae #b6cfae #cfc8ae

Monochromatic Colors of #c6cfae

#c6cfae

Complementary Color

#c6cfae #b7aecf

#c6cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cfae Color CSS Codes

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

#c6cfae Text Font Color

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

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


#c6cfae Background Color

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

This div background color is #c6cfae


#c6cfae Border Color

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

This div border color is #c6cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cfae


Comments

No comments written yet.

Please login to write comment.