Color Hex Logo

#bbef5d Color Hex

#BBEF5D
(187,239,93)
0 Favorites   0 Comments

Color spaces of #bbef5d

RGB 18723993
HSL0.230.820.65
HSV81°61°94°
CMYK 0.220.000.61   0.06
XYZ53.335873.088121.6523
Yxy73.08810.36020.4936
Hunter Lab85.4916-38.249144.8278
CIE-Lab88.4897-37.975863.4169

#bbef5d color RGB value is (187,239,93).

#bbef5d hex color red value is 187, green value is 239 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bbef5d hue: 0.23 , saturation: 0.82 and the lightness value of bbef5d is 0.65.

The process color (four color CMYK) of #bbef5d color hex is 0.22, 0.00, 0.61, 0.06. Web safe color of #bbef5d is #ccff66. Color #bbef5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 01011101
Octal 273 357 135
Decimal 187 239 93
Hex BB EF 5D

RGB Percentages of Color #bbef5d

%36.03
%46.05
%17.92

CMYK Percentages of Color #bbef5d

%22
%0
%61
%6

Triadic Colors of #bbef5d

#bbef5d #5dbbef #ef5dbb

Analogous Colors of #bbef5d

#bbef5d #72ef5d #efda5d

Monochromatic Colors of #bbef5d

#bbef5d

Complementary Color

#bbef5d #915def

#bbef5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbef5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbef5d Color CSS Codes

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

#bbef5d Text Font Color

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

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


#bbef5d Background Color

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

This div background color is #bbef5d


#bbef5d Border Color

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

This div border color is #bbef5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbef5d


Comments

No comments written yet.

Please login to write comment.