Color Hex Logo

#beae3b Color Hex

#BEAE3B
(190,174,59)
0 Favorites   0 Comments

Color spaces of #beae3b

RGB 19017459
HSL0.150.530.49
HSV53°69°75°
CMYK 0.000.080.69   0.25
XYZ37.160741.535010.1962
Yxy41.53500.41800.4673
Hunter Lab64.4477-9.859835.7331
CIE-Lab70.5491-7.446358.4010

#beae3b color RGB value is (190,174,59).

#beae3b hex color red value is 190, green value is 174 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #beae3b hue: 0.15 , saturation: 0.53 and the lightness value of beae3b is 0.49.

The process color (four color CMYK) of #beae3b color hex is 0.00, 0.08, 0.69, 0.25. Web safe color of #beae3b is #cc9933. Color #beae3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 00111011
Octal 276 256 73
Decimal 190 174 59
Hex BE AE 3B

RGB Percentages of Color #beae3b

%44.92
%41.13
%13.95

CMYK Percentages of Color #beae3b

%0
%8
%69
%25

Triadic Colors of #beae3b

#beae3b #3bbeae #ae3bbe

Analogous Colors of #beae3b

#beae3b #8dbe3b #be6d3b

Monochromatic Colors of #beae3b

#beae3b

Complementary Color

#beae3b #3b4bbe

#beae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae3b Color CSS Codes

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

#beae3b Text Font Color

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

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


#beae3b Background Color

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

This div background color is #beae3b


#beae3b Border Color

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

This div border color is #beae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae3b


Comments

No comments written yet.

Please login to write comment.