Color Hex Logo

#bea23e Color Hex

#BEA23E
(190,162,62)
0 Favorites   0 Comments

Color spaces of #bea23e

RGB 19016262
HSL0.130.510.49
HSV47°67°75°
CMYK 0.000.150.67   0.25
XYZ35.025037.13569.8793
Yxy37.13560.42690.4527
Hunter Lab60.9390-4.049433.0453
CIE-Lab67.3786-0.923153.8855

#bea23e color RGB value is (190,162,62).

#bea23e hex color red value is 190, green value is 162 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bea23e hue: 0.13 , saturation: 0.51 and the lightness value of bea23e is 0.49.

The process color (four color CMYK) of #bea23e color hex is 0.00, 0.15, 0.67, 0.25. Web safe color of #bea23e is #cc9933. Color #bea23e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 00111110
Octal 276 242 76
Decimal 190 162 62
Hex BE A2 3E

RGB Percentages of Color #bea23e

%45.89
%39.13
%14.98

CMYK Percentages of Color #bea23e

%0
%15
%67
%25

Triadic Colors of #bea23e

#bea23e #3ebea2 #a23ebe

Analogous Colors of #bea23e

#bea23e #9abe3e #be623e

Monochromatic Colors of #bea23e

#bea23e

Complementary Color

#bea23e #3e5abe

#bea23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea23e Color CSS Codes

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

#bea23e Text Font Color

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

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


#bea23e Background Color

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

This div background color is #bea23e


#bea23e Border Color

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

This div border color is #bea23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea23e


Comments

No comments written yet.

Please login to write comment.