Color Hex Logo

#c7beaa Color Hex

#C7BEAA
(199,190,170)
0 Favorites   0 Comments

Color spaces of #c7beaa

RGB 199190170
HSL0.110.210.72
HSV41°15°78°
CMYK 0.000.050.15   0.22
XYZ49.222351.871345.4481
Yxy51.87130.33590.3540
Hunter Lab72.0217-4.044613.0013
CIE-Lab77.2038-0.216911.2281

#c7beaa color RGB value is (199,190,170).

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

The process color (four color CMYK) of #c7beaa color hex is 0.00, 0.05, 0.15, 0.22. Web safe color of #c7beaa is #cccc99. Color #c7beaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111110 10101010
Octal 307 276 252
Decimal 199 190 170
Hex C7 BE AA

RGB Percentages of Color #c7beaa

%35.60
%33.99
%30.41

CMYK Percentages of Color #c7beaa

%0
%5
%15
%22

Triadic Colors of #c7beaa

#c7beaa #aac7be #beaac7

Analogous Colors of #c7beaa

#c7beaa #c2c7aa #c7b0aa

Monochromatic Colors of #c7beaa

#c7beaa

Complementary Color

#c7beaa #aab3c7

#c7beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7beaa Color CSS Codes

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

#c7beaa Text Font Color

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

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


#c7beaa Background Color

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

This div background color is #c7beaa


#c7beaa Border Color

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

This div border color is #c7beaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,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 #c7beaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7beaa


Comments

No comments written yet.

Please login to write comment.