Color Hex Logo

#beb20b Color Hex

#BEB20B
(190,178,11)
0 Favorites   0 Comments

Color spaces of #beb20b

RGB 19017811
HSL0.160.890.39
HSV56°94°75°
CMYK 0.000.060.94   0.25
XYZ37.216042.81216.6187
Yxy42.81210.42950.4941
Hunter Lab65.4310-12.976439.8042
CIE-Lab71.4273-11.050072.0983

#beb20b color RGB value is (190,178,11).

#beb20b hex color red value is 190, green value is 178 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #beb20b hue: 0.16 , saturation: 0.89 and the lightness value of beb20b is 0.39.

The process color (four color CMYK) of #beb20b color hex is 0.00, 0.06, 0.94, 0.25. Web safe color of #beb20b is #cc9900. Color #beb20b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 00001011
Octal 276 262 13
Decimal 190 178 11
Hex BE B2 B

RGB Percentages of Color #beb20b

%50.13
%46.97
%2.90

CMYK Percentages of Color #beb20b

%0
%6
%94
%25

Triadic Colors of #beb20b

#beb20b #0bbeb2 #b20bbe

Analogous Colors of #beb20b

#beb20b #71be0b #be590b

Monochromatic Colors of #beb20b

#beb20b

Complementary Color

#beb20b #0b17be

#beb20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb20b Color CSS Codes

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

#beb20b Text Font Color

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

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


#beb20b Background Color

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

This div background color is #beb20b


#beb20b Border Color

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

This div border color is #beb20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb20b


Comments

No comments written yet.

Please login to write comment.