Color Hex Logo

#bbfdac Color Hex

#BBFDAC
(187,253,172)
0 Favorites   0 Comments

Color spaces of #bbfdac

RGB 187253172
HSL0.300.950.83
HSV109°32°99°
CMYK 0.260.000.32   0.01
XYZ63.065283.793951.8797
Yxy83.79390.31730.4216
Hunter Lab91.5390-37.216930.4747
CIE-Lab93.3609-35.282232.3432

#bbfdac color RGB value is (187,253,172).

#bbfdac hex color red value is 187, green value is 253 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bbfdac hue: 0.30 , saturation: 0.95 and the lightness value of bbfdac is 0.83.

The process color (four color CMYK) of #bbfdac color hex is 0.26, 0.00, 0.32, 0.01. Web safe color of #bbfdac is #ccff99. Color #bbfdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 10101100
Octal 273 375 254
Decimal 187 253 172
Hex BB FD AC

RGB Percentages of Color #bbfdac

%30.56
%41.34
%28.10

CMYK Percentages of Color #bbfdac

%26
%0
%32
%1

Triadic Colors of #bbfdac

#bbfdac #acbbfd #fdacbb

Analogous Colors of #bbfdac

#bbfdac #acfdc6 #e4fdac

Monochromatic Colors of #bbfdac

#bbfdac

Complementary Color

#bbfdac #eeacfd

#bbfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfdac Color CSS Codes

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

#bbfdac Text Font Color

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

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


#bbfdac Background Color

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

This div background color is #bbfdac


#bbfdac Border Color

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

This div border color is #bbfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfdac

Related Colors


Comments

No comments written yet.

Please login to write comment.