Color Hex Logo

#bbedfe Color Hex

#BBEDFE
(187,237,254)
0 Favorites   0 Comments

Color spaces of #bbedfe

RGB 187237254
HSL0.540.970.86
HSV195°26°100°
CMYK 0.260.070.00   0.00
XYZ68.667178.2889105.2581
Yxy78.28890.27230.3104
Hunter Lab88.4810-16.3140-8.5954
CIE-Lab90.9116-12.1767-13.4252

#bbedfe color RGB value is (187,237,254).

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

The process color (four color CMYK) of #bbedfe color hex is 0.26, 0.07, 0.00, 0.00. Web safe color of #bbedfe is #ccffff. Color #bbedfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101101 11111110
Octal 273 355 376
Decimal 187 237 254
Hex BB ED FE

RGB Percentages of Color #bbedfe

%27.58
%34.96
%37.46

CMYK Percentages of Color #bbedfe

%26
%7
%0
%0

Triadic Colors of #bbedfe

#bbedfe #febbed #edfebb

Analogous Colors of #bbedfe

#bbedfe #bbccfe #bbfeee

Monochromatic Colors of #bbedfe

#bbedfe

Complementary Color

#bbedfe #feccbb

#bbedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbedfe Color CSS Codes

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

#bbedfe Text Font Color

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

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


#bbedfe Background Color

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

This div background color is #bbedfe


#bbedfe Border Color

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

This div border color is #bbedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbedfe


Comments

No comments written yet.

Please login to write comment.