Color Hex Logo

#bbe061 Color Hex

#BBE061
(187,224,97)
0 Favorites   0 Comments

Color spaces of #bbe061

RGB 18722497
HSL0.220.670.63
HSV77°57°88°
CMYK 0.170.000.57   0.12
XYZ49.306864.739221.2064
Yxy64.73920.36460.4787
Hunter Lab80.4607-31.420340.6959
CIE-Lab84.3492-30.786257.0850

#bbe061 color RGB value is (187,224,97).

#bbe061 hex color red value is 187, green value is 224 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bbe061 hue: 0.22 , saturation: 0.67 and the lightness value of bbe061 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100000 01100001
Octal 273 340 141
Decimal 187 224 97
Hex BB E0 61

RGB Percentages of Color #bbe061

%36.81
%44.09
%19.09

CMYK Percentages of Color #bbe061

%17
%0
%57
%12

Triadic Colors of #bbe061

#bbe061 #61bbe0 #e061bb

Analogous Colors of #bbe061

#bbe061 #7ce061 #e0c661

Monochromatic Colors of #bbe061

#bbe061

Complementary Color

#bbe061 #8661e0

#bbe061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe061 Color CSS Codes

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

#bbe061 Text Font Color

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

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


#bbe061 Background Color

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

This div background color is #bbe061


#bbe061 Border Color

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

This div border color is #bbe061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe061


Comments

No comments written yet.

Please login to write comment.