Color Hex Logo

#bbfae1 Color Hex

#BBFAE1
(187,250,225)
0 Favorites   0 Comments

Color spaces of #bbfae1

RGB 187250225
HSL0.430.860.86
HSV156°25°98°
CMYK 0.250.000.10   0.02
XYZ68.269784.372383.9214
Yxy84.37230.28860.3567
Hunter Lab91.8544-28.077210.1287
CIE-Lab93.6120-24.68355.6136

#bbfae1 color RGB value is (187,250,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11100001
Octal 273 372 341
Decimal 187 250 225
Hex BB FA E1

RGB Percentages of Color #bbfae1

%28.25
%37.76
%33.99

CMYK Percentages of Color #bbfae1

%25
%0
%10
%2

Triadic Colors of #bbfae1

#bbfae1 #e1bbfa #fae1bb

Analogous Colors of #bbfae1

#bbfae1 #bbf4fa #bbfac2

Monochromatic Colors of #bbfae1

#bbfae1

Complementary Color

#bbfae1 #fabbd4

#bbfae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfae1 Color CSS Codes

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

#bbfae1 Text Font Color

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

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


#bbfae1 Background Color

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

This div background color is #bbfae1


#bbfae1 Border Color

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

This div border color is #bbfae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfae1


Comments

No comments written yet.

Please login to write comment.