Color Hex Logo

#bbed81 Color Hex

#BBED81
(187,237,129)
0 Favorites   0 Comments

Color spaces of #bbed81

RGB 187237129
HSL0.240.750.72
HSV88°46°93°
CMYK 0.210.000.46   0.07
XYZ54.740272.718131.9198
Yxy72.71810.34350.4563
Hunter Lab85.2749-34.647337.4992
CIE-Lab88.3131-33.626146.9894

#bbed81 color RGB value is (187,237,129).

#bbed81 hex color red value is 187, green value is 237 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbed81 hue: 0.24 , saturation: 0.75 and the lightness value of bbed81 is 0.72.

The process color (four color CMYK) of #bbed81 color hex is 0.21, 0.00, 0.46, 0.07. Web safe color of #bbed81 is #ccff99. Color #bbed81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 10000001
Octal 273 355 201
Decimal 187 237 129
Hex BB ED 81

RGB Percentages of Color #bbed81

%33.82
%42.86
%23.33

CMYK Percentages of Color #bbed81

%21
%0
%46
%7

Triadic Colors of #bbed81

#bbed81 #81bbed #ed81bb

Analogous Colors of #bbed81

#bbed81 #85ed81 #ede981

Monochromatic Colors of #bbed81

#bbed81

Complementary Color

#bbed81 #b381ed

#bbed81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed81 Color CSS Codes

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

#bbed81 Text Font Color

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

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


#bbed81 Background Color

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

This div background color is #bbed81


#bbed81 Border Color

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

This div border color is #bbed81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed81


Comments

No comments written yet.

Please login to write comment.