Color Hex Logo

#bbdb57 Color Hex

#BBDB57
(187,219,87)
0 Favorites   0 Comments

Color spaces of #bbdb57

RGB 18721987
HSL0.210.650.60
HSV75°60°86°
CMYK 0.150.000.60   0.14
XYZ47.545361.916018.4619
Yxy61.91600.37170.4840
Hunter Lab78.6867-29.845741.1698
CIE-Lab82.8687-29.247459.7664

#bbdb57 color RGB value is (187,219,87).

#bbdb57 hex color red value is 187, green value is 219 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bbdb57 hue: 0.21 , saturation: 0.65 and the lightness value of bbdb57 is 0.60.

The process color (four color CMYK) of #bbdb57 color hex is 0.15, 0.00, 0.60, 0.14. Web safe color of #bbdb57 is #cccc66. Color #bbdb57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 01010111
Octal 273 333 127
Decimal 187 219 87
Hex BB DB 57

RGB Percentages of Color #bbdb57

%37.93
%44.42
%17.65

CMYK Percentages of Color #bbdb57

%15
%0
%60
%14

Triadic Colors of #bbdb57

#bbdb57 #57bbdb #db57bb

Analogous Colors of #bbdb57

#bbdb57 #79db57 #dbb957

Monochromatic Colors of #bbdb57

#bbdb57

Complementary Color

#bbdb57 #7757db

#bbdb57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb57 Color CSS Codes

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

#bbdb57 Text Font Color

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

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


#bbdb57 Background Color

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

This div background color is #bbdb57


#bbdb57 Border Color

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

This div border color is #bbdb57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb57


Comments

No comments written yet.

Please login to write comment.