Color Hex Logo

#bbf48d Color Hex

#BBF48D
(187,244,141)
0 Favorites   0 Comments

Color spaces of #bbf48d

RGB 187244141
HSL0.260.820.75
HSV93°42°96°
CMYK 0.230.000.42   0.04
XYZ57.651977.189337.0597
Yxy77.18930.33540.4490
Hunter Lab87.8574-36.619136.4907
CIE-Lab90.4087-35.409943.8230

#bbf48d color RGB value is (187,244,141).

#bbf48d hex color red value is 187, green value is 244 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bbf48d hue: 0.26 , saturation: 0.82 and the lightness value of bbf48d is 0.75.

The process color (four color CMYK) of #bbf48d color hex is 0.23, 0.00, 0.42, 0.04. Web safe color of #bbf48d is #ccff99. Color #bbf48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 10001101
Octal 273 364 215
Decimal 187 244 141
Hex BB F4 8D

RGB Percentages of Color #bbf48d

%32.69
%42.66
%24.65

CMYK Percentages of Color #bbf48d

%23
%0
%42
%4

Triadic Colors of #bbf48d

#bbf48d #8dbbf4 #f48dbb

Analogous Colors of #bbf48d

#bbf48d #8df493 #eff48d

Monochromatic Colors of #bbf48d

#bbf48d

Complementary Color

#bbf48d #c68df4

#bbf48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf48d Color CSS Codes

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

#bbf48d Text Font Color

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

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


#bbf48d Background Color

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

This div background color is #bbf48d


#bbf48d Border Color

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

This div border color is #bbf48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf48d


Comments

No comments written yet.

Please login to write comment.