Color Hex Logo

#bbedac Color Hex

#BBEDAC
(187,237,172)
0 Favorites   0 Comments

Color spaces of #bbedac

RGB 187237172
HSL0.290.640.80
HSV106°27°93°
CMYK 0.210.000.27   0.07
XYZ58.224174.111750.2660
Yxy74.11170.31890.4059
Hunter Lab86.0882-29.929225.6429
CIE-Lab88.9752-27.835726.4184

#bbedac color RGB value is (187,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 10101100
Octal 273 355 254
Decimal 187 237 172
Hex BB ED AC

RGB Percentages of Color #bbedac

%31.38
%39.77
%28.86

CMYK Percentages of Color #bbedac

%21
%0
%27
%7

Triadic Colors of #bbedac

#bbedac #acbbed #edacbb

Analogous Colors of #bbedac

#bbedac #acedbe #dcedac

Monochromatic Colors of #bbedac

#bbedac

Complementary Color

#bbedac #deaced

#bbedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedac Color CSS Codes

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

#bbedac Text Font Color

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

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


#bbedac Background Color

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

This div background color is #bbedac


#bbedac Border Color

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

This div border color is #bbedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedac


Comments

No comments written yet.

Please login to write comment.