Color Hex Logo

#c2afae Color Hex

#C2AFAE
(194,175,174)
0 Favorites   0 Comments

Color spaces of #c2afae

RGB 194175174
HSL0.010.140.72
HSV10°76°
CMYK 0.000.100.10   0.24
XYZ45.218145.185346.3828
Yxy45.18530.33060.3303
Hunter Lab67.22002.43986.1430
CIE-Lab73.01376.64652.9861

#c2afae color RGB value is (194,175,174).

#c2afae hex color red value is 194, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c2afae hue: 0.01 , saturation: 0.14 and the lightness value of c2afae is 0.72.

The process color (four color CMYK) of #c2afae color hex is 0.00, 0.10, 0.10, 0.24. Web safe color of #c2afae is #cc9999. Color #c2afae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101111 10101110
Octal 302 257 256
Decimal 194 175 174
Hex C2 AF AE

RGB Percentages of Color #c2afae

%35.73
%32.23
%32.04

CMYK Percentages of Color #c2afae

%0
%10
%10
%24

Triadic Colors of #c2afae

#c2afae #aec2af #afaec2

Analogous Colors of #c2afae

#c2afae #c2b9ae #c2aeb7

Monochromatic Colors of #c2afae

#c2afae

Complementary Color

#c2afae #aec1c2

#c2afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2afae Color CSS Codes

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

#c2afae Text Font Color

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

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


#c2afae Background Color

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

This div background color is #c2afae


#c2afae Border Color

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

This div border color is #c2afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2afae


Comments

No comments written yet.

Please login to write comment.