Color Hex Logo

#beab33 Color Hex

#BEAB33
(190,171,51)
0 Favorites   0 Comments

Color spaces of #beab33

RGB 19017151
HSL0.140.580.47
HSV52°73°75°
CMYK 0.000.100.73   0.25
XYZ36.395740.31208.9947
Yxy40.31200.42470.4704
Hunter Lab63.4917-8.788036.0448
CIE-Lab69.6912-6.274460.6393

#beab33 color RGB value is (190,171,51).

#beab33 hex color red value is 190, green value is 171 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #beab33 hue: 0.14 , saturation: 0.58 and the lightness value of beab33 is 0.47.

The process color (four color CMYK) of #beab33 color hex is 0.00, 0.10, 0.73, 0.25. Web safe color of #beab33 is #cc9933. Color #beab33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 00110011
Octal 276 253 63
Decimal 190 171 51
Hex BE AB 33

RGB Percentages of Color #beab33

%46.12
%41.50
%12.38

CMYK Percentages of Color #beab33

%0
%10
%73
%25

Triadic Colors of #beab33

#beab33 #33beab #ab33be

Analogous Colors of #beab33

#beab33 #8cbe33 #be6633

Monochromatic Colors of #beab33

#beab33

Complementary Color

#beab33 #3346be

#beab33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beab33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beab33 Color CSS Codes

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

#beab33 Text Font Color

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

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


#beab33 Background Color

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

This div background color is #beab33


#beab33 Border Color

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

This div border color is #beab33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beab33


Comments

No comments written yet.

Please login to write comment.