Color Hex Logo

#bba23e Color Hex

#BBA23E
(187,162,62)
0 Favorites   0 Comments

Color spaces of #bba23e

RGB 18716262
HSL0.130.500.49
HSV48°67°73°
CMYK 0.000.130.67   0.27
XYZ34.283336.75339.8446
Yxy36.75330.42390.4544
Hunter Lab60.6245-5.150732.8093
CIE-Lab67.0915-2.234053.4958

#bba23e color RGB value is (187,162,62).

#bba23e hex color red value is 187, green value is 162 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bba23e hue: 0.13 , saturation: 0.50 and the lightness value of bba23e is 0.49.

The process color (four color CMYK) of #bba23e color hex is 0.00, 0.13, 0.67, 0.27. Web safe color of #bba23e is #cc9933. Color #bba23e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 00111110
Octal 273 242 76
Decimal 187 162 62
Hex BB A2 3E

RGB Percentages of Color #bba23e

%45.50
%39.42
%15.09

CMYK Percentages of Color #bba23e

%0
%13
%67
%27

Triadic Colors of #bba23e

#bba23e #3ebba2 #a23ebb

Analogous Colors of #bba23e

#bba23e #96bb3e #bb643e

Monochromatic Colors of #bba23e

#bba23e

Complementary Color

#bba23e #3e57bb

#bba23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba23e Color CSS Codes

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

#bba23e Text Font Color

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

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


#bba23e Background Color

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

This div background color is #bba23e


#bba23e Border Color

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

This div border color is #bba23e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,162,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba23e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba23e;
  -webkit-box-shadow: 1px 1px 3px 2px #bba23e;
  box-shadow:         1px 1px 3px 2px #bba23e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,162,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba23e


Comments

No comments written yet.

Please login to write comment.