Color Hex Logo

#beae0c Color Hex

#BEAE0C
(190,174,12)
0 Favorites   0 Comments

Color spaces of #beae0c

RGB 19017412
HSL0.150.880.40
HSV55°94°75°
CMYK 0.000.080.94   0.25
XYZ36.437641.24586.3886
Yxy41.24580.43340.4906
Hunter Lab64.2229-11.116039.0581
CIE-Lab70.3478-8.965471.1592

#beae0c color RGB value is (190,174,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 00001100
Octal 276 256 14
Decimal 190 174 12
Hex BE AE C

RGB Percentages of Color #beae0c

%50.53
%46.28
%3.19

CMYK Percentages of Color #beae0c

%0
%8
%94
%25

Triadic Colors of #beae0c

#beae0c #0cbeae #ae0cbe

Analogous Colors of #beae0c

#beae0c #75be0c #be550c

Monochromatic Colors of #beae0c

#beae0c

Complementary Color

#beae0c #0c1cbe

#beae0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae0c Color CSS Codes

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

#beae0c Text Font Color

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

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


#beae0c Background Color

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

This div background color is #beae0c


#beae0c Border Color

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

This div border color is #beae0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae0c


Comments

No comments written yet.

Please login to write comment.