Color Hex Logo

#bbfacd Color Hex

#BBFACD
(187,250,205)
0 Favorites   0 Comments

Color spaces of #bbfacd

RGB 187250205
HSL0.380.860.86
HSV137°25°98°
CMYK 0.250.000.18   0.02
XYZ65.698683.343870.3819
Yxy83.34380.29940.3798
Hunter Lab91.2928-31.305518.1955
CIE-Lab93.1647-28.449215.2878

#bbfacd color RGB value is (187,250,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11001101
Octal 273 372 315
Decimal 187 250 205
Hex BB FA CD

RGB Percentages of Color #bbfacd

%29.13
%38.94
%31.93

CMYK Percentages of Color #bbfacd

%25
%0
%18
%2

Triadic Colors of #bbfacd

#bbfacd #cdbbfa #facdbb

Analogous Colors of #bbfacd

#bbfacd #bbfaed #c9fabb

Monochromatic Colors of #bbfacd

#bbfacd

Complementary Color

#bbfacd #fabbe8

#bbfacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfacd Color CSS Codes

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

#bbfacd Text Font Color

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

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


#bbfacd Background Color

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

This div background color is #bbfacd


#bbfacd Border Color

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

This div border color is #bbfacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfacd


Comments

No comments written yet.

Please login to write comment.