Color Hex Logo

#bbe16a Color Hex

#BBE16A
(187,225,106)
0 Favorites   0 Comments

Color spaces of #bbe16a

RGB 187225106
HSL0.220.660.65
HSV79°53°88°
CMYK 0.170.000.53   0.12
XYZ50.020265.455823.6336
Yxy65.45580.35960.4705
Hunter Lab80.9048-31.223939.3138
CIE-Lab84.7181-30.447953.4568

#bbe16a color RGB value is (187,225,106).

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

The process color (four color CMYK) of #bbe16a color hex is 0.17, 0.00, 0.53, 0.12. Web safe color of #bbe16a is #cccc66. Color #bbe16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 01101010
Octal 273 341 152
Decimal 187 225 106
Hex BB E1 6A

RGB Percentages of Color #bbe16a

%36.10
%43.44
%20.46

CMYK Percentages of Color #bbe16a

%17
%0
%53
%12

Triadic Colors of #bbe16a

#bbe16a #6abbe1 #e16abb

Analogous Colors of #bbe16a

#bbe16a #80e16a #e1cc6a

Monochromatic Colors of #bbe16a

#bbe16a

Complementary Color

#bbe16a #906ae1

#bbe16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe16a Color CSS Codes

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

#bbe16a Text Font Color

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

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


#bbe16a Background Color

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

This div background color is #bbe16a


#bbe16a Border Color

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

This div border color is #bbe16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe16a


Comments

No comments written yet.

Please login to write comment.