Color Hex Logo

#bbef66 Color Hex

#BBEF66
(187,239,102)
0 Favorites   0 Comments

Color spaces of #bbef66

RGB 187239102
HSL0.230.810.67
HSV83°57°94°
CMYK 0.220.000.57   0.06
XYZ53.758373.257123.8770
Yxy73.25710.35630.4855
Hunter Lab85.5904-37.669443.3732
CIE-Lab88.5702-37.236659.6872

#bbef66 color RGB value is (187,239,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 01100110
Octal 273 357 146
Decimal 187 239 102
Hex BB EF 66

RGB Percentages of Color #bbef66

%35.42
%45.27
%19.32

CMYK Percentages of Color #bbef66

%22
%0
%57
%6

Triadic Colors of #bbef66

#bbef66 #66bbef #ef66bb

Analogous Colors of #bbef66

#bbef66 #77ef66 #efdf66

Monochromatic Colors of #bbef66

#bbef66

Complementary Color

#bbef66 #9a66ef

#bbef66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbef66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbef66 Color CSS Codes

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

#bbef66 Text Font Color

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

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


#bbef66 Background Color

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

This div background color is #bbef66


#bbef66 Border Color

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

This div border color is #bbef66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbef66


Comments

No comments written yet.

Please login to write comment.