Color Hex Logo

#bbd42d Color Hex

#BBD42D
(187,212,45)
0 Favorites   0 Comments

Color spaces of #bbd42d

RGB 18721245
HSL0.190.660.50
HSV69°79°83°
CMYK 0.120.000.79   0.17
XYZ44.510757.841211.3011
Yxy57.84120.39160.5089
Hunter Lab76.0534-28.625344.4272
CIE-Lab80.6504-28.316472.6482

#bbd42d color RGB value is (187,212,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 00101101
Octal 273 324 55
Decimal 187 212 45
Hex BB D4 2D

RGB Percentages of Color #bbd42d

%42.12
%47.75
%10.14

CMYK Percentages of Color #bbd42d

%12
%0
%79
%17

Triadic Colors of #bbd42d

#bbd42d #2dbbd4 #d42dbb

Analogous Colors of #bbd42d

#bbd42d #68d42d #d49a2d

Monochromatic Colors of #bbd42d

#bbd42d

Complementary Color

#bbd42d #462dd4

#bbd42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd42d Color CSS Codes

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

#bbd42d Text Font Color

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

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


#bbd42d Background Color

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

This div background color is #bbd42d


#bbd42d Border Color

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

This div border color is #bbd42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd42d


Comments

No comments written yet.

Please login to write comment.