Color Hex Logo

#beae0d Color Hex

#BEAE0D
(190,174,13)
0 Favorites   0 Comments

Color spaces of #beae0d

RGB 19017413
HSL0.150.870.40
HSV55°93°75°
CMYK 0.000.080.93   0.25
XYZ36.443941.24836.4217
Yxy41.24830.43330.4904
Hunter Lab64.2248-11.105039.0291
CIE-Lab70.3495-8.952071.0283

#beae0d color RGB value is (190,174,13).

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

The process color (four color CMYK) of #beae0d color hex is 0.00, 0.08, 0.93, 0.25. Web safe color of #beae0d is #cc9900. Color #beae0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 00001101
Octal 276 256 15
Decimal 190 174 13
Hex BE AE D

RGB Percentages of Color #beae0d

%50.40
%46.15
%3.45

CMYK Percentages of Color #beae0d

%0
%8
%93
%25

Triadic Colors of #beae0d

#beae0d #0dbeae #ae0dbe

Analogous Colors of #beae0d

#beae0d #76be0d #be550d

Monochromatic Colors of #beae0d

#beae0d

Complementary Color

#beae0d #0d1dbe

#beae0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae0d Color CSS Codes

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

#beae0d Text Font Color

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

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


#beae0d Background Color

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

This div background color is #beae0d


#beae0d Border Color

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

This div border color is #beae0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae0d


Comments

No comments written yet.

Please login to write comment.