Color Hex Logo

#bbfacc Color Hex

#BBFACC
(187,250,204)
0 Favorites   0 Comments

Color spaces of #bbfacc

RGB 187250204
HSL0.380.860.86
HSV136°25°98°
CMYK 0.250.000.18   0.02
XYZ65.578283.295669.7481
Yxy83.29560.30000.3810
Hunter Lab91.2664-31.457618.5756
CIE-Lab93.1437-28.628715.7721

#bbfacc color RGB value is (187,250,204).

#bbfacc hex color red value is 187, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbfacc hue: 0.38 , saturation: 0.86 and the lightness value of bbfacc is 0.86.

The process color (four color CMYK) of #bbfacc color hex is 0.25, 0.00, 0.18, 0.02. Web safe color of #bbfacc is #ccffcc. Color #bbfacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11001100
Octal 273 372 314
Decimal 187 250 204
Hex BB FA CC

RGB Percentages of Color #bbfacc

%29.17
%39.00
%31.83

CMYK Percentages of Color #bbfacc

%25
%0
%18
%2

Triadic Colors of #bbfacc

#bbfacc #ccbbfa #faccbb

Analogous Colors of #bbfacc

#bbfacc #bbfaec #cafabb

Monochromatic Colors of #bbfacc

#bbfacc

Complementary Color

#bbfacc #fabbe9

#bbfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfacc Color CSS Codes

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

#bbfacc Text Font Color

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

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


#bbfacc Background Color

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

This div background color is #bbfacc


#bbfacc Border Color

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

This div border color is #bbfacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfacc

#bbfacc Color Palettes


Comments

No comments written yet.

Please login to write comment.