Color Hex Logo

#c29974 Color Hex

#C29974
(194,153,116)
0 Favorites   0 Comments

Color spaces of #c29974

RGB 194153116
HSL0.080.390.61
HSV28°40°76°
CMYK 0.000.210.40   0.24
XYZ36.791835.512821.4385
Yxy35.51280.39250.3788
Hunter Lab59.59265.916820.3852
CIE-Lab66.146010.319025.2787

#c29974 color RGB value is (194,153,116).

#c29974 hex color red value is 194, green value is 153 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c29974 hue: 0.08 , saturation: 0.39 and the lightness value of c29974 is 0.61.

The process color (four color CMYK) of #c29974 color hex is 0.00, 0.21, 0.40, 0.24. Web safe color of #c29974 is #cc9966. Color #c29974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011001 01110100
Octal 302 231 164
Decimal 194 153 116
Hex C2 99 74

RGB Percentages of Color #c29974

%41.90
%33.05
%25.05

CMYK Percentages of Color #c29974

%0
%21
%40
%24

Triadic Colors of #c29974

#c29974 #74c299 #9974c2

Analogous Colors of #c29974

#c29974 #c2c074 #c27476

Monochromatic Colors of #c29974

#c29974

Complementary Color

#c29974 #749dc2

#c29974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29974 Color CSS Codes

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

#c29974 Text Font Color

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

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


#c29974 Background Color

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

This div background color is #c29974


#c29974 Border Color

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

This div border color is #c29974


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,153,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29974


Comments

No comments written yet.

Please login to write comment.