Color Hex Logo

#bba23d Color Hex

#BBA23D
(187,162,61)
0 Favorites   0 Comments

Color spaces of #bba23d

RGB 18716261
HSL0.130.510.49
HSV48°67°73°
CMYK 0.000.130.67   0.27
XYZ34.256236.74249.7014
Yxy36.74240.42450.4553
Hunter Lab60.6155-5.199832.9416
CIE-Lab67.0833-2.292453.9190

#bba23d color RGB value is (187,162,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 00111101
Octal 273 242 75
Decimal 187 162 61
Hex BB A2 3D

RGB Percentages of Color #bba23d

%45.61
%39.51
%14.88

CMYK Percentages of Color #bba23d

%0
%13
%67
%27

Triadic Colors of #bba23d

#bba23d #3dbba2 #a23dbb

Analogous Colors of #bba23d

#bba23d #95bb3d #bb633d

Monochromatic Colors of #bba23d

#bba23d

Complementary Color

#bba23d #3d56bb

#bba23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba23d Color CSS Codes

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

#bba23d Text Font Color

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

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


#bba23d Background Color

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

This div background color is #bba23d


#bba23d Border Color

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

This div border color is #bba23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba23d


Comments

No comments written yet.

Please login to write comment.