Color Hex Logo

#beae58 Color Hex

#BEAE58
(190,174,88)
0 Favorites   0 Comments

Color spaces of #beae58

RGB 19017488
HSL0.140.440.55
HSV51°54°75°
CMYK 0.000.080.54   0.25
XYZ38.132741.923815.3148
Yxy41.92380.39980.4396
Hunter Lab64.7486-8.185231.3003
CIE-Lab70.8184-5.446445.6755

#beae58 color RGB value is (190,174,88).

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

The process color (four color CMYK) of #beae58 color hex is 0.00, 0.08, 0.54, 0.25. Web safe color of #beae58 is #cc9966. Color #beae58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 01011000
Octal 276 256 130
Decimal 190 174 88
Hex BE AE 58

RGB Percentages of Color #beae58

%42.04
%38.50
%19.47

CMYK Percentages of Color #beae58

%0
%8
%54
%25

Triadic Colors of #beae58

#beae58 #58beae #ae58be

Analogous Colors of #beae58

#beae58 #9bbe58 #be7b58

Monochromatic Colors of #beae58

#beae58

Complementary Color

#beae58 #5868be

#beae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae58 Color CSS Codes

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

#beae58 Text Font Color

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

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


#beae58 Background Color

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

This div background color is #beae58


#beae58 Border Color

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

This div border color is #beae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae58


Comments

No comments written yet.

Please login to write comment.