Color Hex Logo

#bbecac Color Hex

#BBECAC
(187,236,172)
0 Favorites   0 Comments

Color spaces of #bbecac

RGB 187236172
HSL0.290.630.80
HSV106°27°93°
CMYK 0.210.000.27   0.07
XYZ57.935473.534350.1697
Yxy73.53430.31900.4048
Hunter Lab85.7521-29.469025.3386
CIE-Lab88.7019-27.360626.0459

#bbecac color RGB value is (187,236,172).

#bbecac hex color red value is 187, green value is 236 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bbecac hue: 0.29 , saturation: 0.63 and the lightness value of bbecac is 0.80.

The process color (four color CMYK) of #bbecac color hex is 0.21, 0.00, 0.27, 0.07. Web safe color of #bbecac is #ccff99. Color #bbecac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101100 10101100
Octal 273 354 254
Decimal 187 236 172
Hex BB EC AC

RGB Percentages of Color #bbecac

%31.43
%39.66
%28.91

CMYK Percentages of Color #bbecac

%21
%0
%27
%7

Triadic Colors of #bbecac

#bbecac #acbbec #ecacbb

Analogous Colors of #bbecac

#bbecac #acecbd #dbecac

Monochromatic Colors of #bbecac

#bbecac

Complementary Color

#bbecac #ddacec

#bbecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbecac Color CSS Codes

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

#bbecac Text Font Color

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

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


#bbecac Background Color

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

This div background color is #bbecac


#bbecac Border Color

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

This div border color is #bbecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbecac


Comments

No comments written yet.

Please login to write comment.