Color Hex Logo

#bbe27a Color Hex

#BBE27A
(187,226,122)
0 Favorites   0 Comments

Color spaces of #bbe27a

RGB 187226122
HSL0.230.640.68
HSV83°46°89°
CMYK 0.170.000.46   0.11
XYZ51.202766.362628.5230
Yxy66.36260.35050.4543
Hunter Lab81.4632-30.366736.2649
CIE-Lab85.1810-29.287246.4800

#bbe27a color RGB value is (187,226,122).

#bbe27a hex color red value is 187, green value is 226 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bbe27a hue: 0.23 , saturation: 0.64 and the lightness value of bbe27a is 0.68.

The process color (four color CMYK) of #bbe27a color hex is 0.17, 0.00, 0.46, 0.11. Web safe color of #bbe27a is #cccc66. Color #bbe27a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 01111010
Octal 273 342 172
Decimal 187 226 122
Hex BB E2 7A

RGB Percentages of Color #bbe27a

%34.95
%42.24
%22.80

CMYK Percentages of Color #bbe27a

%17
%0
%46
%11

Triadic Colors of #bbe27a

#bbe27a #7abbe2 #e27abb

Analogous Colors of #bbe27a

#bbe27a #87e27a #e2d57a

Monochromatic Colors of #bbe27a

#bbe27a

Complementary Color

#bbe27a #a17ae2

#bbe27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe27a Color CSS Codes

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

#bbe27a Text Font Color

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

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


#bbe27a Background Color

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

This div background color is #bbe27a


#bbe27a Border Color

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

This div border color is #bbe27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe27a


Comments

No comments written yet.

Please login to write comment.