Color Hex Logo

#bbdde1 Color Hex

#BBDDE1
(187,221,225)
0 Favorites   0 Comments

Color spaces of #bbdde1

RGB 187221225
HSL0.520.390.81
HSV186°17°88°
CMYK 0.170.020.00   0.12
XYZ59.940667.713981.1451
Yxy67.71390.28710.3243
Hunter Lab82.2885-13.9817-0.8643
CIE-Lab85.8632-10.2890-5.7015

#bbdde1 color RGB value is (187,221,225).

#bbdde1 hex color red value is 187, green value is 221 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bbdde1 hue: 0.52 , saturation: 0.39 and the lightness value of bbdde1 is 0.81.

The process color (four color CMYK) of #bbdde1 color hex is 0.17, 0.02, 0.00, 0.12. Web safe color of #bbdde1 is #cccccc. Color #bbdde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11100001
Octal 273 335 341
Decimal 187 221 225
Hex BB DD E1

RGB Percentages of Color #bbdde1

%29.54
%34.91
%35.55

CMYK Percentages of Color #bbdde1

%17
%2
%0
%12

Triadic Colors of #bbdde1

#bbdde1 #e1bbdd #dde1bb

Analogous Colors of #bbdde1

#bbdde1 #bbcae1 #bbe1d2

Monochromatic Colors of #bbdde1

#bbdde1

Complementary Color

#bbdde1 #e1bfbb

#bbdde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdde1 Color CSS Codes

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

#bbdde1 Text Font Color

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

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


#bbdde1 Background Color

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

This div background color is #bbdde1


#bbdde1 Border Color

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

This div border color is #bbdde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdde1


Comments

No comments written yet.

Please login to write comment.