color codes Logo

#bea11b color codes

#BEA11B
(190,161,27)
0 Favorites   0 Comments

Color spaces of #bea11b

RGB 19016127
HSL0.140.750.43
HSV49°86°75°
CMYK 0.000.150.86   0.25
XYZ34.177936.51606.2838
Yxy36.51600.44400.4744
Hunter Lab60.4285-4.791536.1345
CIE-Lab66.9123-1.826665.6633

#bea11b color RGB value is (190,161,27).

#bea11b hex color red value is 190, green value is 161 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bea11b hue: 0.14 , saturation: 0.75 and the lightness value of bea11b is 0.43.

The process color (four color CMYK) of #bea11b color code is 0.00, 0.15, 0.86, 0.25. Web safe color of #bea11b is #cc9933. Color #bea11b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 00011011
Octal 276 241 33
Decimal 190 161 27
Hex BE A1 1B

RGB Percentages of Color #bea11b

%50.26
%42.59
%7.14

CMYK Percentages of Color #bea11b

%0
%15
%86
%25

Triadic Colors of #bea11b

#bea11b #1bbea1 #a11bbe

Analogous Colors of #bea11b

#bea11b #8abe1b #be4f1b

Monochromatic Colors of #bea11b

#bea11b

Complementary Color

#bea11b #1b38be

#bea11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea11b Color CSS Codes

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

#bea11b Text Font Color

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

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


#bea11b Background Color

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

This div background color is #bea11b


#bea11b Border Color

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

This div border color is #bea11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea11b


Comments

No comments written yet.

Please login to write comment.