Color Hex Logo

#bbdee2 Color Hex

#BBDEE2
(187,222,226)
0 Favorites   0 Comments

Color spaces of #bbdee2

RGB 187222226
HSL0.520.400.81
HSV186°17°89°
CMYK 0.170.020.00   0.11
XYZ60.342368.298381.9540
Yxy68.29830.28650.3243
Hunter Lab82.6428-14.2917-0.9459
CIE-Lab86.1554-10.5928-5.7982

#bbdee2 color RGB value is (187,222,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11100010
Octal 273 336 342
Decimal 187 222 226
Hex BB DE E2

RGB Percentages of Color #bbdee2

%29.45
%34.96
%35.59

CMYK Percentages of Color #bbdee2

%17
%2
%0
%11

Triadic Colors of #bbdee2

#bbdee2 #e2bbde #dee2bb

Analogous Colors of #bbdee2

#bbdee2 #bbcbe2 #bbe2d3

Monochromatic Colors of #bbdee2

#bbdee2

Complementary Color

#bbdee2 #e2bfbb

#bbdee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdee2 Color CSS Codes

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

#bbdee2 Text Font Color

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

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


#bbdee2 Background Color

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

This div background color is #bbdee2


#bbdee2 Border Color

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

This div border color is #bbdee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdee2


Comments

No comments written yet.

Please login to write comment.