Color Hex Logo

#bbe966 Color Hex

#BBE966
(187,233,102)
0 Favorites   0 Comments

Color spaces of #bbe966

RGB 187233102
HSL0.230.750.66
HSV81°56°91°
CMYK 0.200.000.56   0.09
XYZ52.030769.801923.3012
Yxy69.80190.35850.4809
Hunter Lab83.5475-35.044241.9474
CIE-Lab86.8996-34.513657.7842

#bbe966 color RGB value is (187,233,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 01100110
Octal 273 351 146
Decimal 187 233 102
Hex BB E9 66

RGB Percentages of Color #bbe966

%35.82
%44.64
%19.54

CMYK Percentages of Color #bbe966

%20
%0
%56
%9

Triadic Colors of #bbe966

#bbe966 #66bbe9 #e966bb

Analogous Colors of #bbe966

#bbe966 #7ae966 #e9d666

Monochromatic Colors of #bbe966

#bbe966

Complementary Color

#bbe966 #9466e9

#bbe966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe966 Color CSS Codes

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

#bbe966 Text Font Color

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

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


#bbe966 Background Color

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

This div background color is #bbe966


#bbe966 Border Color

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

This div border color is #bbe966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe966


Comments

No comments written yet.

Please login to write comment.