Color Hex Logo

#bbed7f Color Hex

#BBED7F
(187,237,127)
0 Favorites   0 Comments

Color spaces of #bbed7f

RGB 187237127
HSL0.240.750.71
HSV87°46°93°
CMYK 0.210.000.46   0.07
XYZ54.608572.665531.2263
Yxy72.66550.34450.4585
Hunter Lab85.2441-34.827637.9519
CIE-Lab88.2879-33.851547.9153

#bbed7f color RGB value is (187,237,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 01111111
Octal 273 355 177
Decimal 187 237 127
Hex BB ED 7F

RGB Percentages of Color #bbed7f

%33.94
%43.01
%23.05

CMYK Percentages of Color #bbed7f

%21
%0
%46
%7

Triadic Colors of #bbed7f

#bbed7f #7fbbed #ed7fbb

Analogous Colors of #bbed7f

#bbed7f #84ed7f #ede87f

Monochromatic Colors of #bbed7f

#bbed7f

Complementary Color

#bbed7f #b17fed

#bbed7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbed7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbed7f Color CSS Codes

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

#bbed7f Text Font Color

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

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


#bbed7f Background Color

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

This div background color is #bbed7f


#bbed7f Border Color

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

This div border color is #bbed7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbed7f


Comments

No comments written yet.

Please login to write comment.