Color Hex Logo

#c4989a Color Hex

#C4989A
(196,152,154)
0 Favorites   0 Comments

Color spaces of #c4989a

RGB 196152154
HSL0.990.270.68
HSV357°22°77°
CMYK 0.000.220.21   0.23
XYZ39.825936.525335.5229
Yxy36.52530.35600.3265
Hunter Lab60.436211.86377.4561
CIE-Lab66.919416.73905.2817

#c4989a color RGB value is (196,152,154).

#c4989a hex color red value is 196, green value is 152 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c4989a hue: 0.99 , saturation: 0.27 and the lightness value of c4989a is 0.68.

The process color (four color CMYK) of #c4989a color hex is 0.00, 0.22, 0.21, 0.23. Web safe color of #c4989a is #cc9999. Color #c4989a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011000 10011010
Octal 304 230 232
Decimal 196 152 154
Hex C4 98 9A

RGB Percentages of Color #c4989a

%39.04
%30.28
%30.68

CMYK Percentages of Color #c4989a

%0
%22
%21
%23

Triadic Colors of #c4989a

#c4989a #9ac498 #989ac4

Analogous Colors of #c4989a

#c4989a #c4ac98 #c498b0

Monochromatic Colors of #c4989a

#c4989a

Complementary Color

#c4989a #98c4c2

#c4989a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4989a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4989a Color CSS Codes

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

#c4989a Text Font Color

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

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


#c4989a Background Color

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

This div background color is #c4989a


#c4989a Border Color

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

This div border color is #c4989a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4989a


Comments

No comments written yet.

Please login to write comment.