Color Hex Logo

#bbef65 Color Hex

#BBEF65
(187,239,101)
0 Favorites   0 Comments

Color spaces of #bbef65

RGB 187239101
HSL0.230.810.67
HSV83°58°94°
CMYK 0.220.000.58   0.06
XYZ53.709073.237423.6174
Yxy73.23740.35670.4864
Hunter Lab85.5789-37.737043.5428
CIE-Lab88.5608-37.322660.1097

#bbef65 color RGB value is (187,239,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 01100101
Octal 273 357 145
Decimal 187 239 101
Hex BB EF 65

RGB Percentages of Color #bbef65

%35.48
%45.35
%19.17

CMYK Percentages of Color #bbef65

%22
%0
%58
%6

Triadic Colors of #bbef65

#bbef65 #65bbef #ef65bb

Analogous Colors of #bbef65

#bbef65 #76ef65 #efde65

Monochromatic Colors of #bbef65

#bbef65

Complementary Color

#bbef65 #9965ef

#bbef65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbef65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbef65 Color CSS Codes

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

#bbef65 Text Font Color

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

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


#bbef65 Background Color

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

This div background color is #bbef65


#bbef65 Border Color

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

This div border color is #bbef65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbef65


Comments

No comments written yet.

Please login to write comment.