Color Hex Logo

#c6caae Color Hex

#C6CAAE
(198,202,174)
0 Favorites   0 Comments

Color spaces of #c6caae

RGB 198202174
HSL0.190.210.74
HSV69°14°79°
CMYK 0.020.000.14   0.21
XYZ52.049257.302848.3617
Yxy57.30280.33000.3633
Hunter Lab75.6986-9.738715.1103
CIE-Lab80.3496-6.232313.5238

#c6caae color RGB value is (198,202,174).

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

The process color (four color CMYK) of #c6caae color hex is 0.02, 0.00, 0.14, 0.21. Web safe color of #c6caae is #cccc99. Color #c6caae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 10101110
Octal 306 312 256
Decimal 198 202 174
Hex C6 CA AE

RGB Percentages of Color #c6caae

%34.49
%35.19
%30.31

CMYK Percentages of Color #c6caae

%2
%0
%14
%21

Triadic Colors of #c6caae

#c6caae #aec6ca #caaec6

Analogous Colors of #c6caae

#c6caae #b8caae #cac0ae

Monochromatic Colors of #c6caae

#c6caae

Complementary Color

#c6caae #b2aeca

#c6caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6caae Color CSS Codes

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

#c6caae Text Font Color

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

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


#c6caae Background Color

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

This div background color is #c6caae


#c6caae Border Color

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

This div border color is #c6caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6caae


Comments

No comments written yet.

Please login to write comment.