Color Hex Logo

#bea23f Color Hex

#BEA23F
(190,162,63)
0 Favorites   0 Comments

Color spaces of #bea23f

RGB 19016263
HSL0.130.500.50
HSV47°67°75°
CMYK 0.000.150.67   0.25
XYZ35.052737.146710.0252
Yxy37.14670.42630.4518
Hunter Lab60.9481-3.999632.9112
CIE-Lab67.3869-0.864453.4595

#bea23f color RGB value is (190,162,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100010 00111111
Octal 276 242 77
Decimal 190 162 63
Hex BE A2 3F

RGB Percentages of Color #bea23f

%45.78
%39.04
%15.18

CMYK Percentages of Color #bea23f

%0
%15
%67
%25

Triadic Colors of #bea23f

#bea23f #3fbea2 #a23fbe

Analogous Colors of #bea23f

#bea23f #9bbe3f #be633f

Monochromatic Colors of #bea23f

#bea23f

Complementary Color

#bea23f #3f5bbe

#bea23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea23f Color CSS Codes

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

#bea23f Text Font Color

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

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


#bea23f Background Color

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

This div background color is #bea23f


#bea23f Border Color

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

This div border color is #bea23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea23f


Comments

No comments written yet.

Please login to write comment.