Color Hex Logo

#bbddfe Color Hex

#BBDDFE
(187,221,254)
0 Favorites   0 Comments

Color spaces of #bbddfe

RGB 187221254
HSL0.580.970.86
HSV210°26°100°
CMYK 0.260.130.00   0.00
XYZ64.239469.4335103.7822
Yxy69.43350.27050.2924
Hunter Lab83.3268-8.2102-15.5160
CIE-Lab86.7183-3.9602-19.7264

#bbddfe color RGB value is (187,221,254).

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

The process color (four color CMYK) of #bbddfe color hex is 0.26, 0.13, 0.00, 0.00. Web safe color of #bbddfe is #ccccff. Color #bbddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11111110
Octal 273 335 376
Decimal 187 221 254
Hex BB DD FE

RGB Percentages of Color #bbddfe

%28.25
%33.38
%38.37

CMYK Percentages of Color #bbddfe

%26
%13
%0
%0

Triadic Colors of #bbddfe

#bbddfe #febbdd #ddfebb

Analogous Colors of #bbddfe

#bbddfe #bbbcfe #bbfefe

Monochromatic Colors of #bbddfe

#bbddfe

Complementary Color

#bbddfe #fedcbb

#bbddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddfe Color CSS Codes

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

#bbddfe Text Font Color

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

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


#bbddfe Background Color

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

This div background color is #bbddfe


#bbddfe Border Color

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

This div border color is #bbddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddfe


Comments

No comments written yet.

Please login to write comment.