Color Hex Logo

#bbd43b Color Hex

#BBD43B
(187,212,59)
0 Favorites   0 Comments

Color spaces of #bbd43b

RGB 18721259
HSL0.190.640.53
HSV70°72°83°
CMYK 0.120.000.72   0.17
XYZ44.826457.967512.9639
Yxy57.96750.38720.5008
Hunter Lab76.1364-28.144243.2000
CIE-Lab80.7207-27.703568.3689

#bbd43b color RGB value is (187,212,59).

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

The process color (four color CMYK) of #bbd43b color hex is 0.12, 0.00, 0.72, 0.17. Web safe color of #bbd43b is #cccc33. Color #bbd43b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 00111011
Octal 273 324 73
Decimal 187 212 59
Hex BB D4 3B

RGB Percentages of Color #bbd43b

%40.83
%46.29
%12.88

CMYK Percentages of Color #bbd43b

%12
%0
%72
%17

Triadic Colors of #bbd43b

#bbd43b #3bbbd4 #d43bbb

Analogous Colors of #bbd43b

#bbd43b #6fd43b #d4a13b

Monochromatic Colors of #bbd43b

#bbd43b

Complementary Color

#bbd43b #543bd4

#bbd43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd43b Color CSS Codes

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

#bbd43b Text Font Color

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

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


#bbd43b Background Color

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

This div background color is #bbd43b


#bbd43b Border Color

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

This div border color is #bbd43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd43b


Comments

No comments written yet.

Please login to write comment.