Color Hex Logo

#bea962 Color Hex

#BEA962
(190,169,98)
0 Favorites   0 Comments

Color spaces of #bea962

RGB 19016998
HSL0.130.410.56
HSV46°48°75°
CMYK 0.000.110.48   0.25
XYZ37.627840.204917.3324
Yxy40.20490.39540.4225
Hunter Lab63.4073-5.035628.1782
CIE-Lab69.6152-1.895339.2207

#bea962 color RGB value is (190,169,98).

#bea962 hex color red value is 190, green value is 169 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bea962 hue: 0.13 , saturation: 0.41 and the lightness value of bea962 is 0.56.

The process color (four color CMYK) of #bea962 color hex is 0.00, 0.11, 0.48, 0.25. Web safe color of #bea962 is #cc9966. Color #bea962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 01100010
Octal 276 251 142
Decimal 190 169 98
Hex BE A9 62

RGB Percentages of Color #bea962

%41.58
%36.98
%21.44

CMYK Percentages of Color #bea962

%0
%11
%48
%25

Triadic Colors of #bea962

#bea962 #62bea9 #a962be

Analogous Colors of #bea962

#bea962 #a5be62 #be7b62

Monochromatic Colors of #bea962

#bea962

Complementary Color

#bea962 #6277be

#bea962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea962 Color CSS Codes

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

#bea962 Text Font Color

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

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


#bea962 Background Color

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

This div background color is #bea962


#bea962 Border Color

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

This div border color is #bea962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea962


Comments

No comments written yet.

Please login to write comment.