Color Hex Logo

#bbddf1 Color Hex

#BBDDF1
(187,221,241)
0 Favorites   0 Comments

Color spaces of #bbddf1

RGB 187221241
HSL0.560.660.84
HSV202°22°95°
CMYK 0.220.080.00   0.05
XYZ62.227268.628693.1860
Yxy68.62860.27770.3063
Hunter Lab82.8424-10.8936-8.7032
CIE-Lab86.3198-6.8728-13.4728

#bbddf1 color RGB value is (187,221,241).

#bbddf1 hex color red value is 187, green value is 221 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bbddf1 hue: 0.56 , saturation: 0.66 and the lightness value of bbddf1 is 0.84.

The process color (four color CMYK) of #bbddf1 color hex is 0.22, 0.08, 0.00, 0.05. Web safe color of #bbddf1 is #ccccff. Color #bbddf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11110001
Octal 273 335 361
Decimal 187 221 241
Hex BB DD F1

RGB Percentages of Color #bbddf1

%28.81
%34.05
%37.13

CMYK Percentages of Color #bbddf1

%22
%8
%0
%5

Triadic Colors of #bbddf1

#bbddf1 #f1bbdd #ddf1bb

Analogous Colors of #bbddf1

#bbddf1 #bbc2f1 #bbf1ea

Monochromatic Colors of #bbddf1

#bbddf1

Complementary Color

#bbddf1 #f1cfbb

#bbddf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddf1 Color CSS Codes

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

#bbddf1 Text Font Color

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

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


#bbddf1 Background Color

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

This div background color is #bbddf1


#bbddf1 Border Color

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

This div border color is #bbddf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddf1


Comments

No comments written yet.

Please login to write comment.