Color Hex Logo

#beab13 Color Hex

#BEAB13
(190,171,19)
0 Favorites   0 Comments

Color spaces of #beab13

RGB 19017119
HSL0.150.820.41
HSV53°90°75°
CMYK 0.000.100.90   0.25
XYZ35.915740.12006.4671
Yxy40.12000.43530.4863
Hunter Lab63.3404-9.631338.2847
CIE-Lab69.5549-7.290369.4752

#beab13 color RGB value is (190,171,19).

#beab13 hex color red value is 190, green value is 171 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #beab13 hue: 0.15 , saturation: 0.82 and the lightness value of beab13 is 0.41.

The process color (four color CMYK) of #beab13 color hex is 0.00, 0.10, 0.90, 0.25. Web safe color of #beab13 is #cc9900. Color #beab13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 00010011
Octal 276 253 23
Decimal 190 171 19
Hex BE AB 13

RGB Percentages of Color #beab13

%50.00
%45.00
%5.00

CMYK Percentages of Color #beab13

%0
%10
%90
%25

Triadic Colors of #beab13

#beab13 #13beab #ab13be

Analogous Colors of #beab13

#beab13 #7cbe13 #be5613

Monochromatic Colors of #beab13

#beab13

Complementary Color

#beab13 #1326be

#beab13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab13 Color CSS Codes

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

#beab13 Text Font Color

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

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


#beab13 Background Color

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

This div background color is #beab13


#beab13 Border Color

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

This div border color is #beab13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab13


Comments

No comments written yet.

Please login to write comment.