Color Hex Logo

#beba32 Color Hex

#BEBA32
(190,186,50)
0 Favorites   0 Comments

Color spaces of #beba32

RGB 19018650
HSL0.160.580.47
HSV58°74°75°
CMYK 0.000.020.74   0.25
XYZ39.369846.29539.8785
Yxy46.29530.41210.4845
Hunter Lab68.0406-15.787239.0204
CIE-Lab73.7367-14.080164.8501

#beba32 color RGB value is (190,186,50).

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

The process color (four color CMYK) of #beba32 color hex is 0.00, 0.02, 0.74, 0.25. Web safe color of #beba32 is #cccc33. Color #beba32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 00110010
Octal 276 272 62
Decimal 190 186 50
Hex BE BA 32

RGB Percentages of Color #beba32

%44.60
%43.66
%11.74

CMYK Percentages of Color #beba32

%0
%2
%74
%25

Triadic Colors of #beba32

#beba32 #32beba #ba32be

Analogous Colors of #beba32

#beba32 #7cbe32 #be7432

Monochromatic Colors of #beba32

#beba32

Complementary Color

#beba32 #3236be

#beba32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba32 Color CSS Codes

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

#beba32 Text Font Color

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

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


#beba32 Background Color

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

This div background color is #beba32


#beba32 Border Color

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

This div border color is #beba32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba32


Comments

No comments written yet.

Please login to write comment.