Color Hex Logo

#bbeffa Color Hex

#BBEFFA
(187,239,250)
0 Favorites   0 Comments

Color spaces of #bbeffa

RGB 187239250
HSL0.530.860.86
HSV190°25°98°
CMYK 0.250.040.00   0.02
XYZ68.615379.1999102.1132
Yxy79.19990.27450.3169
Hunter Lab88.9943-18.1152-5.7341
CIE-Lab91.3247-14.0701-10.7235

#bbeffa color RGB value is (187,239,250).

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

The process color (four color CMYK) of #bbeffa color hex is 0.25, 0.04, 0.00, 0.02. Web safe color of #bbeffa is #ccffff. Color #bbeffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11111010
Octal 273 357 372
Decimal 187 239 250
Hex BB EF FA

RGB Percentages of Color #bbeffa

%27.66
%35.36
%36.98

CMYK Percentages of Color #bbeffa

%25
%4
%0
%2

Triadic Colors of #bbeffa

#bbeffa #fabbef #effabb

Analogous Colors of #bbeffa

#bbeffa #bbd0fa #bbfae6

Monochromatic Colors of #bbeffa

#bbeffa

Complementary Color

#bbeffa #fac6bb

#bbeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeffa Color CSS Codes

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

#bbeffa Text Font Color

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

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


#bbeffa Background Color

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

This div background color is #bbeffa


#bbeffa Border Color

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

This div border color is #bbeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeffa


Comments

No comments written yet.

Please login to write comment.