Color Hex Logo

#bbfaec Color Hex

#BBFAEC
(187,250,236)
0 Favorites   0 Comments

Color spaces of #bbfaec

RGB 187250236
HSL0.460.860.86
HSV167°25°98°
CMYK 0.250.000.06   0.02
XYZ69.819484.992192.0821
Yxy84.99210.28280.3442
Hunter Lab92.1912-26.15065.3140
CIE-Lab93.8797-22.47470.3143

#bbfaec color RGB value is (187,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11101100
Octal 273 372 354
Decimal 187 250 236
Hex BB FA EC

RGB Percentages of Color #bbfaec

%27.79
%37.15
%35.07

CMYK Percentages of Color #bbfaec

%25
%0
%6
%2

Triadic Colors of #bbfaec

#bbfaec #ecbbfa #faecbb

Analogous Colors of #bbfaec

#bbfaec #bbe9fa #bbfacd

Monochromatic Colors of #bbfaec

#bbfaec

Complementary Color

#bbfaec #fabbc9

#bbfaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfaec Color CSS Codes

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

#bbfaec Text Font Color

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

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


#bbfaec Background Color

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

This div background color is #bbfaec


#bbfaec Border Color

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

This div border color is #bbfaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfaec

Related Colors


Comments

No comments written yet.

Please login to write comment.