Color Hex Logo

#beae4b Color Hex

#BEAE4B
(190,174,75)
0 Favorites   0 Comments

Color spaces of #beae4b

RGB 19017475
HSL0.140.470.52
HSV52°61°75°
CMYK 0.000.080.61   0.25
XYZ37.641341.727312.7269
Yxy41.72730.40870.4531
Hunter Lab64.5967-9.030033.5363
CIE-Lab70.6825-6.451751.6649

#beae4b color RGB value is (190,174,75).

#beae4b hex color red value is 190, green value is 174 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #beae4b hue: 0.14 , saturation: 0.47 and the lightness value of beae4b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 01001011
Octal 276 256 113
Decimal 190 174 75
Hex BE AE 4B

RGB Percentages of Color #beae4b

%43.28
%39.64
%17.08

CMYK Percentages of Color #beae4b

%0
%8
%61
%25

Triadic Colors of #beae4b

#beae4b #4bbeae #ae4bbe

Analogous Colors of #beae4b

#beae4b #95be4b #be754b

Monochromatic Colors of #beae4b

#beae4b

Complementary Color

#beae4b #4b5bbe

#beae4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae4b Color CSS Codes

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

#beae4b Text Font Color

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

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


#beae4b Background Color

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

This div background color is #beae4b


#beae4b Border Color

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

This div border color is #beae4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae4b


Comments

No comments written yet.

Please login to write comment.