Color Hex Logo

#c2b4ae Color Hex

#C2B4AE
(194,180,174)
0 Favorites   0 Comments

Color spaces of #c2b4ae

RGB 194180174
HSL0.050.140.72
HSV18°10°76°
CMYK 0.000.070.10   0.24
XYZ46.209447.167846.7132
Yxy47.16780.32990.3367
Hunter Lab68.6788-0.08727.7480
CIE-Lab74.29703.94714.8421

#c2b4ae color RGB value is (194,180,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110100 10101110
Octal 302 264 256
Decimal 194 180 174
Hex C2 B4 AE

RGB Percentages of Color #c2b4ae

%35.40
%32.85
%31.75

CMYK Percentages of Color #c2b4ae

%0
%7
%10
%24

Triadic Colors of #c2b4ae

#c2b4ae #aec2b4 #b4aec2

Analogous Colors of #c2b4ae

#c2b4ae #c2beae #c2aeb2

Monochromatic Colors of #c2b4ae

#c2b4ae

Complementary Color

#c2b4ae #aebcc2

#c2b4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b4ae Color CSS Codes

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

#c2b4ae Text Font Color

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

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


#c2b4ae Background Color

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

This div background color is #c2b4ae


#c2b4ae Border Color

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

This div border color is #c2b4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b4ae


Comments

No comments written yet.

Please login to write comment.