Color Hex Logo

#bbe960 Color Hex

#BBE960
(187,233,96)
0 Favorites   0 Comments

Color spaces of #bbe960

RGB 18723396
HSL0.220.760.65
HSV80°59°91°
CMYK 0.200.000.59   0.09
XYZ51.743869.687221.7901
Yxy69.68720.36130.4866
Hunter Lab83.4789-35.446042.9590
CIE-Lab86.8432-35.023660.3310

#bbe960 color RGB value is (187,233,96).

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

The process color (four color CMYK) of #bbe960 color hex is 0.20, 0.00, 0.59, 0.09. Web safe color of #bbe960 is #ccff66. Color #bbe960 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01100000
Octal 273 351 140
Decimal 187 233 96
Hex BB E9 60

RGB Percentages of Color #bbe960

%36.24
%45.16
%18.60

CMYK Percentages of Color #bbe960

%20
%0
%59
%9

Triadic Colors of #bbe960

#bbe960 #60bbe9 #e960bb

Analogous Colors of #bbe960

#bbe960 #77e960 #e9d360

Monochromatic Colors of #bbe960

#bbe960

Complementary Color

#bbe960 #8e60e9

#bbe960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe960 Color CSS Codes

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

#bbe960 Text Font Color

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

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


#bbe960 Background Color

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

This div background color is #bbe960


#bbe960 Border Color

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

This div border color is #bbe960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe960


Comments

No comments written yet.

Please login to write comment.