Color Hex Logo

#bbedfa Color Hex

#BBEDFA
(187,237,250)
0 Favorites   0 Comments

Color spaces of #bbedfa

RGB 187237250
HSL0.530.860.86
HSV192°25°98°
CMYK 0.250.050.00   0.02
XYZ68.033078.0353101.9191
Yxy78.03530.27430.3147
Hunter Lab88.3376-17.1194-6.5693
CIE-Lab90.7960-13.0638-11.5108

#bbedfa color RGB value is (187,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 11111010
Octal 273 355 372
Decimal 187 237 250
Hex BB ED FA

RGB Percentages of Color #bbedfa

%27.74
%35.16
%37.09

CMYK Percentages of Color #bbedfa

%25
%5
%0
%2

Triadic Colors of #bbedfa

#bbedfa #fabbed #edfabb

Analogous Colors of #bbedfa

#bbedfa #bbcefa #bbfae8

Monochromatic Colors of #bbedfa

#bbedfa

Complementary Color

#bbedfa #fac8bb

#bbedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedfa Color CSS Codes

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

#bbedfa Text Font Color

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

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


#bbedfa Background Color

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

This div background color is #bbedfa


#bbedfa Border Color

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

This div border color is #bbedfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,237,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 #bbedfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.