Color Hex Logo

#bbf45f Color Hex

#BBF45F
(187,244,95)
0 Favorites   0 Comments

Color spaces of #bbf45f

RGB 18724495
HSL0.230.870.66
HSV83°61°96°
CMYK 0.230.000.61   0.04
XYZ54.909876.092422.6197
Yxy76.09240.35740.4953
Hunter Lab87.2310-40.292745.6873
CIE-Lab89.9022-40.046664.1390

#bbf45f color RGB value is (187,244,95).

#bbf45f hex color red value is 187, green value is 244 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbf45f hue: 0.23 , saturation: 0.87 and the lightness value of bbf45f is 0.66.

The process color (four color CMYK) of #bbf45f color hex is 0.23, 0.00, 0.61, 0.04. Web safe color of #bbf45f is #ccff66. Color #bbf45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 01011111
Octal 273 364 137
Decimal 187 244 95
Hex BB F4 5F

RGB Percentages of Color #bbf45f

%35.55
%46.39
%18.06

CMYK Percentages of Color #bbf45f

%23
%0
%61
%4

Triadic Colors of #bbf45f

#bbf45f #5fbbf4 #f45fbb

Analogous Colors of #bbf45f

#bbf45f #71f45f #f4e35f

Monochromatic Colors of #bbf45f

#bbf45f

Complementary Color

#bbf45f #985ff4

#bbf45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf45f Color CSS Codes

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

#bbf45f Text Font Color

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

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


#bbf45f Background Color

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

This div background color is #bbf45f


#bbf45f Border Color

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

This div border color is #bbf45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf45f


Comments

No comments written yet.

Please login to write comment.