Color Hex Logo

#c29494 Color Hex

#C29494
(194,148,148)
0 Favorites   0 Comments

Color spaces of #c29494

RGB 194148148
HSL0.000.270.67
HSV24°76°
CMYK 0.000.240.24   0.24
XYZ38.183334.787332.7191
Yxy34.78730.36130.3291
Hunter Lab58.980812.34208.3959
CIE-Lab65.582717.28406.6993

#c29494 color RGB value is (194,148,148).

#c29494 hex color red value is 194, green value is 148 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #c29494 hue: 0.00 , saturation: 0.27 and the lightness value of c29494 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 10010100
Octal 302 224 224
Decimal 194 148 148
Hex C2 94 94

RGB Percentages of Color #c29494

%39.59
%30.20
%30.20

CMYK Percentages of Color #c29494

%0
%24
%24
%24

Triadic Colors of #c29494

#c29494 #94c294 #9494c2

Analogous Colors of #c29494

#c29494 #c2ab94 #c294ab

Monochromatic Colors of #c29494

#c29494

Complementary Color

#c29494 #94c2c2

#c29494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c29494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c29494 Color CSS Codes

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

#c29494 Text Font Color

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

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


#c29494 Background Color

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

This div background color is #c29494


#c29494 Border Color

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

This div border color is #c29494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c29494


Comments

No comments written yet.

Please login to write comment.