Color Hex Logo

#c4beaa Color Hex

#C4BEAA
(196,190,170)
0 Favorites   0 Comments

Color spaces of #c4beaa

RGB 196190170
HSL0.130.180.72
HSV46°13°77°
CMYK 0.000.030.13   0.23
XYZ48.434151.465045.4112
Yxy51.46500.33330.3542
Hunter Lab71.7391-5.030612.6865
CIE-Lab76.9598-1.320010.8479

#c4beaa color RGB value is (196,190,170).

#c4beaa hex color red value is 196, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c4beaa hue: 0.13 , saturation: 0.18 and the lightness value of c4beaa is 0.72.

The process color (four color CMYK) of #c4beaa color hex is 0.00, 0.03, 0.13, 0.23. Web safe color of #c4beaa is #cccc99. Color #c4beaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111110 10101010
Octal 304 276 252
Decimal 196 190 170
Hex C4 BE AA

RGB Percentages of Color #c4beaa

%35.25
%34.17
%30.58

CMYK Percentages of Color #c4beaa

%0
%3
%13
%23

Triadic Colors of #c4beaa

#c4beaa #aac4be #beaac4

Analogous Colors of #c4beaa

#c4beaa #bdc4aa #c4b1aa

Monochromatic Colors of #c4beaa

#c4beaa

Complementary Color

#c4beaa #aab0c4

#c4beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4beaa Color CSS Codes

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

#c4beaa Text Font Color

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

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


#c4beaa Background Color

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

This div background color is #c4beaa


#c4beaa Border Color

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

This div border color is #c4beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4beaa


Comments

No comments written yet.

Please login to write comment.