Color Hex Logo

#c5be84 Color Hex

#C5BE84
(197,190,132)
0 Favorites   0 Comments

Color spaces of #c5be84

RGB 197190132
HSL0.150.360.65
HSV54°33°77°
CMYK 0.000.040.33   0.23
XYZ45.604350.363229.1473
Yxy50.36320.36450.4025
Hunter Lab70.9670-9.486025.3256
CIE-Lab76.2917-6.374330.2266

#c5be84 color RGB value is (197,190,132).

#c5be84 hex color red value is 197, green value is 190 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c5be84 hue: 0.15 , saturation: 0.36 and the lightness value of c5be84 is 0.65.

The process color (four color CMYK) of #c5be84 color hex is 0.00, 0.04, 0.33, 0.23. Web safe color of #c5be84 is #cccc99. Color #c5be84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 10000100
Octal 305 276 204
Decimal 197 190 132
Hex C5 BE 84

RGB Percentages of Color #c5be84

%37.96
%36.61
%25.43

CMYK Percentages of Color #c5be84

%0
%4
%33
%23

Triadic Colors of #c5be84

#c5be84 #84c5be #be84c5

Analogous Colors of #c5be84

#c5be84 #acc584 #c59e84

Monochromatic Colors of #c5be84

#c5be84

Complementary Color

#c5be84 #848bc5

#c5be84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5be84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5be84 Color CSS Codes

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

#c5be84 Text Font Color

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

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


#c5be84 Background Color

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

This div background color is #c5be84


#c5be84 Border Color

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

This div border color is #c5be84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5be84


Comments

No comments written yet.

Please login to write comment.