Color Hex Logo

#be9010 Color Hex

#BE9010
(190,144,16)
0 Favorites   0 Comments

Color spaces of #be9010

RGB 19014416
HSL0.120.840.40
HSV44°92°75°
CMYK 0.000.240.92   0.25
XYZ31.302030.93114.8107
Yxy30.93110.46690.4614
Hunter Lab55.61573.137033.8025
CIE-Lab62.44947.143764.5533

#be9010 color RGB value is (190,144,16).

#be9010 hex color red value is 190, green value is 144 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #be9010 hue: 0.12 , saturation: 0.84 and the lightness value of be9010 is 0.40.

The process color (four color CMYK) of #be9010 color hex is 0.00, 0.24, 0.92, 0.25. Web safe color of #be9010 is #cc9900. Color #be9010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10010000 00010000
Octal 276 220 20
Decimal 190 144 16
Hex BE 90 10

RGB Percentages of Color #be9010

%54.29
%41.14
%4.57

CMYK Percentages of Color #be9010

%0
%24
%92
%25

Triadic Colors of #be9010

#be9010 #10be90 #9010be

Analogous Colors of #be9010

#be9010 #95be10 #be3910

Monochromatic Colors of #be9010

#be9010

Complementary Color

#be9010 #103ebe

#be9010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be9010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be9010 Color CSS Codes

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

#be9010 Text Font Color

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

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


#be9010 Background Color

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

This div background color is #be9010


#be9010 Border Color

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

This div border color is #be9010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be9010


Comments

No comments written yet.

Please login to write comment.