Color Hex Logo

#bbfae7 Color Hex

#BBFAE7
(187,250,231)
0 Favorites   0 Comments

Color spaces of #bbfae7

RGB 187250231
HSL0.450.860.86
HSV162°25°98°
CMYK 0.250.000.08   0.02
XYZ69.102984.705588.3090
Yxy84.70550.28540.3499
Hunter Lab92.0356-27.03957.5356
CIE-Lab93.7561-23.49032.7205

#bbfae7 color RGB value is (187,250,231).

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

The process color (four color CMYK) of #bbfae7 color hex is 0.25, 0.00, 0.08, 0.02. Web safe color of #bbfae7 is #ccffff. Color #bbfae7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11100111
Octal 273 372 347
Decimal 187 250 231
Hex BB FA E7

RGB Percentages of Color #bbfae7

%27.99
%37.43
%34.58

CMYK Percentages of Color #bbfae7

%25
%0
%8
%2

Triadic Colors of #bbfae7

#bbfae7 #e7bbfa #fae7bb

Analogous Colors of #bbfae7

#bbfae7 #bbeefa #bbfac8

Monochromatic Colors of #bbfae7

#bbfae7

Complementary Color

#bbfae7 #fabbce

#bbfae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfae7 Color CSS Codes

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

#bbfae7 Text Font Color

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

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


#bbfae7 Background Color

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

This div background color is #bbfae7


#bbfae7 Border Color

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

This div border color is #bbfae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfae7


Comments

No comments written yet.

Please login to write comment.