Color Hex Logo

#bbd53a Color Hex

#BBD53A
(187,213,58)
0 Favorites   0 Comments

Color spaces of #bbd53a

RGB 18721358
HSL0.190.650.53
HSV70°73°84°
CMYK 0.120.000.73   0.16
XYZ45.051558.458812.9122
Yxy58.45880.38700.5021
Hunter Lab76.4584-28.624743.5080
CIE-Lab80.9932-28.227768.9697

#bbd53a color RGB value is (187,213,58).

#bbd53a hex color red value is 187, green value is 213 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bbd53a hue: 0.19 , saturation: 0.65 and the lightness value of bbd53a is 0.53.

The process color (four color CMYK) of #bbd53a color hex is 0.12, 0.00, 0.73, 0.16. Web safe color of #bbd53a is #cccc33. Color #bbd53a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 00111010
Octal 273 325 72
Decimal 187 213 58
Hex BB D5 3A

RGB Percentages of Color #bbd53a

%40.83
%46.51
%12.66

CMYK Percentages of Color #bbd53a

%12
%0
%73
%16

Triadic Colors of #bbd53a

#bbd53a #3abbd5 #d53abb

Analogous Colors of #bbd53a

#bbd53a #6ed53a #d5a23a

Monochromatic Colors of #bbd53a

#bbd53a

Complementary Color

#bbd53a #543ad5

#bbd53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd53a Color CSS Codes

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

#bbd53a Text Font Color

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

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


#bbd53a Background Color

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

This div background color is #bbd53a


#bbd53a Border Color

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

This div border color is #bbd53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd53a


Comments

No comments written yet.

Please login to write comment.