Color Hex Logo

#bbe766 Color Hex

#BBE766
(187,231,102)
0 Favorites   0 Comments

Color spaces of #bbe766

RGB 187231102
HSL0.220.730.65
HSV80°56°91°
CMYK 0.190.000.56   0.09
XYZ51.467768.675923.1135
Yxy68.67590.35930.4794
Hunter Lab82.8709-34.165241.4731
CIE-Lab86.3433-33.596357.1472

#bbe766 color RGB value is (187,231,102).

#bbe766 hex color red value is 187, green value is 231 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bbe766 hue: 0.22 , saturation: 0.73 and the lightness value of bbe766 is 0.65.

The process color (four color CMYK) of #bbe766 color hex is 0.19, 0.00, 0.56, 0.09. Web safe color of #bbe766 is #ccff66. Color #bbe766 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 01100110
Octal 273 347 146
Decimal 187 231 102
Hex BB E7 66

RGB Percentages of Color #bbe766

%35.96
%44.42
%19.62

CMYK Percentages of Color #bbe766

%19
%0
%56
%9

Triadic Colors of #bbe766

#bbe766 #66bbe7 #e766bb

Analogous Colors of #bbe766

#bbe766 #7be766 #e7d366

Monochromatic Colors of #bbe766

#bbe766

Complementary Color

#bbe766 #9266e7

#bbe766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe766 Color CSS Codes

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

#bbe766 Text Font Color

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

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


#bbe766 Background Color

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

This div background color is #bbe766


#bbe766 Border Color

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

This div border color is #bbe766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe766


Comments

No comments written yet.

Please login to write comment.