Color Hex Logo

#c2978a Color Hex

#C2978A
(194,151,138)
0 Favorites   0 Comments

Color spaces of #c2978a

RGB 194151138
HSL0.040.310.65
HSV14°29°76°
CMYK 0.000.220.29   0.24
XYZ37.902235.437528.8872
Yxy35.43750.37080.3467
Hunter Lab59.52949.474012.8996
CIE-Lab66.087914.199113.0184

#c2978a color RGB value is (194,151,138).

#c2978a hex color red value is 194, green value is 151 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #c2978a hue: 0.04 , saturation: 0.31 and the lightness value of c2978a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 10001010
Octal 302 227 212
Decimal 194 151 138
Hex C2 97 8A

RGB Percentages of Color #c2978a

%40.17
%31.26
%28.57

CMYK Percentages of Color #c2978a

%0
%22
%29
%24

Triadic Colors of #c2978a

#c2978a #8ac297 #978ac2

Analogous Colors of #c2978a

#c2978a #c2b38a #c28a99

Monochromatic Colors of #c2978a

#c2978a

Complementary Color

#c2978a #8ab5c2

#c2978a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2978a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2978a Color CSS Codes

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

#c2978a Text Font Color

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

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


#c2978a Background Color

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

This div background color is #c2978a


#c2978a Border Color

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

This div border color is #c2978a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2978a


Comments

No comments written yet.

Please login to write comment.