Color Hex Logo

#c7bead Color Hex

#C7BEAD
(199,190,173)
0 Favorites   0 Comments

Color spaces of #c7bead

RGB 199190173
HSL0.110.190.73
HSV39°13°78°
CMYK 0.000.050.13   0.22
XYZ49.509551.986246.9601
Yxy51.98620.33350.3502
Hunter Lab72.1015-3.608011.8551
CIE-Lab77.27260.26619.7072

#c7bead color RGB value is (199,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111110 10101101
Octal 307 276 255
Decimal 199 190 173
Hex C7 BE AD

RGB Percentages of Color #c7bead

%35.41
%33.81
%30.78

CMYK Percentages of Color #c7bead

%0
%5
%13
%22

Triadic Colors of #c7bead

#c7bead #adc7be #beadc7

Analogous Colors of #c7bead

#c7bead #c3c7ad #c7b1ad

Monochromatic Colors of #c7bead

#c7bead

Complementary Color

#c7bead #adb6c7

#c7bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bead Color CSS Codes

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

#c7bead Text Font Color

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

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


#c7bead Background Color

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

This div background color is #c7bead


#c7bead Border Color

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

This div border color is #c7bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bead

#c7bead Color Palettes


Comments

No comments written yet.

Please login to write comment.