Color Hex Logo

#bbe17a Color Hex

#BBE17A
(187,225,122)
0 Favorites   0 Comments

Color spaces of #bbe17a

RGB 187225122
HSL0.230.630.68
HSV82°46°88°
CMYK 0.170.000.46   0.12
XYZ50.931665.820428.4326
Yxy65.82040.35080.4534
Hunter Lab81.1298-29.918536.0122
CIE-Lab84.9047-28.815546.1389

#bbe17a color RGB value is (187,225,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 01111010
Octal 273 341 172
Decimal 187 225 122
Hex BB E1 7A

RGB Percentages of Color #bbe17a

%35.02
%42.13
%22.85

CMYK Percentages of Color #bbe17a

%17
%0
%46
%12

Triadic Colors of #bbe17a

#bbe17a #7abbe1 #e17abb

Analogous Colors of #bbe17a

#bbe17a #88e17a #e1d47a

Monochromatic Colors of #bbe17a

#bbe17a

Complementary Color

#bbe17a #a07ae1

#bbe17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe17a Color CSS Codes

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

#bbe17a Text Font Color

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

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


#bbe17a Background Color

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

This div background color is #bbe17a


#bbe17a Border Color

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

This div border color is #bbe17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe17a


Comments

No comments written yet.

Please login to write comment.