Color Hex Logo

#c4cfae Color Hex

#C4CFAE
(196,207,174)
0 Favorites   0 Comments

Color spaces of #c4cfae

RGB 196207174
HSL0.220.260.75
HSV80°16°81°
CMYK 0.050.000.16   0.19
XYZ52.717859.417448.7346
Yxy59.41740.32770.3694
Hunter Lab77.0827-12.816316.4725
CIE-Lab81.5205-9.535115.1513

#c4cfae color RGB value is (196,207,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001111 10101110
Octal 304 317 256
Decimal 196 207 174
Hex C4 CF AE

RGB Percentages of Color #c4cfae

%33.97
%35.88
%30.16

CMYK Percentages of Color #c4cfae

%5
%0
%16
%19

Triadic Colors of #c4cfae

#c4cfae #aec4cf #cfaec4

Analogous Colors of #c4cfae

#c4cfae #b4cfae #cfcaae

Monochromatic Colors of #c4cfae

#c4cfae

Complementary Color

#c4cfae #b9aecf

#c4cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cfae Color CSS Codes

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

#c4cfae Text Font Color

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

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


#c4cfae Background Color

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

This div background color is #c4cfae


#c4cfae Border Color

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

This div border color is #c4cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cfae


Comments

No comments written yet.

Please login to write comment.