Color Hex Logo

#bea880 Color Hex

#BEA880
(190,168,128)
0 Favorites   0 Comments

Color spaces of #bea880

RGB 190168128
HSL0.110.320.62
HSV39°33°75°
CMYK 0.000.120.33   0.25
XYZ39.134140.510926.1789
Yxy40.51090.36980.3828
Hunter Lab63.6482-1.633520.1674
CIE-Lab69.83192.005923.6223

#bea880 color RGB value is (190,168,128).

#bea880 hex color red value is 190, green value is 168 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bea880 hue: 0.11 , saturation: 0.32 and the lightness value of bea880 is 0.62.

The process color (four color CMYK) of #bea880 color hex is 0.00, 0.12, 0.33, 0.25. Web safe color of #bea880 is #cc9999. Color #bea880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 10000000
Octal 276 250 200
Decimal 190 168 128
Hex BE A8 80

RGB Percentages of Color #bea880

%39.09
%34.57
%26.34

CMYK Percentages of Color #bea880

%0
%12
%33
%25

Triadic Colors of #bea880

#bea880 #80bea8 #a880be

Analogous Colors of #bea880

#bea880 #b5be80 #be8980

Monochromatic Colors of #bea880

#bea880

Complementary Color

#bea880 #8096be

#bea880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea880 Color CSS Codes

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

#bea880 Text Font Color

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

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


#bea880 Background Color

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

This div background color is #bea880


#bea880 Border Color

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

This div border color is #bea880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea880


Comments

No comments written yet.

Please login to write comment.