Color Hex Logo

#bbea72 Color Hex

#BBEA72
(187,234,114)
0 Favorites   0 Comments

Color spaces of #bbea72

RGB 187234114
HSL0.230.740.68
HSV84°51°92°
CMYK 0.200.000.51   0.08
XYZ52.953670.625326.7607
Yxy70.62530.35220.4698
Hunter Lab84.0389-34.593639.9473
CIE-Lab87.3026-33.846652.8297

#bbea72 color RGB value is (187,234,114).

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

The process color (four color CMYK) of #bbea72 color hex is 0.20, 0.00, 0.51, 0.08. Web safe color of #bbea72 is #ccff66. Color #bbea72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 01110010
Octal 273 352 162
Decimal 187 234 114
Hex BB EA 72

RGB Percentages of Color #bbea72

%34.95
%43.74
%21.31

CMYK Percentages of Color #bbea72

%20
%0
%51
%8

Triadic Colors of #bbea72

#bbea72 #72bbea #ea72bb

Analogous Colors of #bbea72

#bbea72 #7fea72 #eadd72

Monochromatic Colors of #bbea72

#bbea72

Complementary Color

#bbea72 #a172ea

#bbea72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbea72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbea72 Color CSS Codes

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

#bbea72 Text Font Color

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

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


#bbea72 Background Color

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

This div background color is #bbea72


#bbea72 Border Color

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

This div border color is #bbea72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbea72


Comments

No comments written yet.

Please login to write comment.