Color Hex Logo

#bbf166 Color Hex

#BBF166
(187,241,102)
0 Favorites   0 Comments

Color spaces of #bbf166

RGB 187241102
HSL0.230.830.67
HSV83°58°95°
CMYK 0.220.000.58   0.05
XYZ54.347174.434724.0733
Yxy74.43470.35550.4870
Hunter Lab86.2755-38.540643.8493
CIE-Lab89.1275-38.134760.3185

#bbf166 color RGB value is (187,241,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 01100110
Octal 273 361 146
Decimal 187 241 102
Hex BB F1 66

RGB Percentages of Color #bbf166

%35.28
%45.47
%19.25

CMYK Percentages of Color #bbf166

%22
%0
%58
%5

Triadic Colors of #bbf166

#bbf166 #66bbf1 #f166bb

Analogous Colors of #bbf166

#bbf166 #76f166 #f1e266

Monochromatic Colors of #bbf166

#bbf166

Complementary Color

#bbf166 #9c66f1

#bbf166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf166 Color CSS Codes

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

#bbf166 Text Font Color

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

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


#bbf166 Background Color

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

This div background color is #bbf166


#bbf166 Border Color

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

This div border color is #bbf166


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,241,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 #bbf166">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf166


Comments

No comments written yet.

Please login to write comment.