Color Hex Logo

#bea27a Color Hex

#BEA27A
(190,162,122)
0 Favorites   0 Comments

Color spaces of #bea27a

RGB 190162122
HSL0.100.340.61
HSV35°36°75°
CMYK 0.000.150.36   0.25
XYZ37.668438.193023.7990
Yxy38.19300.37800.3832
Hunter Lab61.80050.647820.4281
CIE-Lab68.16264.497924.6332

#bea27a color RGB value is (190,162,122).

#bea27a hex color red value is 190, green value is 162 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bea27a hue: 0.10 , saturation: 0.34 and the lightness value of bea27a is 0.61.

The process color (four color CMYK) of #bea27a color hex is 0.00, 0.15, 0.36, 0.25. Web safe color of #bea27a is #cc9966. Color #bea27a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 01111010
Octal 276 242 172
Decimal 190 162 122
Hex BE A2 7A

RGB Percentages of Color #bea27a

%40.08
%34.18
%25.74

CMYK Percentages of Color #bea27a

%0
%15
%36
%25

Triadic Colors of #bea27a

#bea27a #7abea2 #a27abe

Analogous Colors of #bea27a

#bea27a #b8be7a #be807a

Monochromatic Colors of #bea27a

#bea27a

Complementary Color

#bea27a #7a96be

#bea27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea27a Color CSS Codes

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

#bea27a Text Font Color

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

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


#bea27a Background Color

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

This div background color is #bea27a


#bea27a Border Color

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

This div border color is #bea27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea27a


Comments

No comments written yet.

Please login to write comment.