Color Hex Logo

#bbf42d Color Hex

#BBF42D
(187,244,45)
0 Favorites   0 Comments

Color spaces of #bbf42d

RGB 18724445
HSL0.210.900.57
HSV77°82°96°
CMYK 0.230.000.82   0.04
XYZ53.317975.455614.2369
Yxy75.45560.37280.5276
Hunter Lab86.8652-42.450751.0882
CIE-Lab89.6060-42.833480.5678

#bbf42d color RGB value is (187,244,45).

#bbf42d hex color red value is 187, green value is 244 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bbf42d hue: 0.21 , saturation: 0.90 and the lightness value of bbf42d is 0.57.

The process color (four color CMYK) of #bbf42d color hex is 0.23, 0.00, 0.82, 0.04. Web safe color of #bbf42d is #ccff33. Color #bbf42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 00101101
Octal 273 364 55
Decimal 187 244 45
Hex BB F4 2D

RGB Percentages of Color #bbf42d

%39.29
%51.26
%9.45

CMYK Percentages of Color #bbf42d

%23
%0
%82
%4

Triadic Colors of #bbf42d

#bbf42d #2dbbf4 #f42dbb

Analogous Colors of #bbf42d

#bbf42d #58f42d #f4ca2d

Monochromatic Colors of #bbf42d

#bbf42d

Complementary Color

#bbf42d #662df4

#bbf42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf42d Color CSS Codes

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

#bbf42d Text Font Color

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

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


#bbf42d Background Color

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

This div background color is #bbf42d


#bbf42d Border Color

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

This div border color is #bbf42d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,244,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 #bbf42d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf42d


Comments

No comments written yet.

Please login to write comment.