Color Hex Logo

#be990a Color Hex

#BE990A
(190,153,10)
0 Favorites   0 Comments

Color spaces of #be990a

RGB 19015310
HSL0.130.900.39
HSV48°95°75°
CMYK 0.000.190.95   0.25
XYZ32.681233.75155.0794
Yxy33.75150.45700.4720
Hunter Lab58.0960-1.255135.4834
CIE-Lab64.76482.162067.2528

#be990a color RGB value is (190,153,10).

#be990a hex color red value is 190, green value is 153 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #be990a hue: 0.13 , saturation: 0.90 and the lightness value of be990a is 0.39.

The process color (four color CMYK) of #be990a color hex is 0.00, 0.19, 0.95, 0.25. Web safe color of #be990a is #cc9900. Color #be990a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10011001 00001010
Octal 276 231 12
Decimal 190 153 10
Hex BE 99 A

RGB Percentages of Color #be990a

%53.82
%43.34
%2.83

CMYK Percentages of Color #be990a

%0
%19
%95
%25

Triadic Colors of #be990a

#be990a #0abe99 #990abe

Analogous Colors of #be990a

#be990a #89be0a #be3f0a

Monochromatic Colors of #be990a

#be990a

Complementary Color

#be990a #0a2fbe

#be990a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be990a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be990a Color CSS Codes

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

#be990a Text Font Color

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

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


#be990a Background Color

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

This div background color is #be990a


#be990a Border Color

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

This div border color is #be990a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be990a


Comments

No comments written yet.

Please login to write comment.