Color Hex Logo

#bbdee4 Color Hex

#BBDEE4
(187,222,228)
0 Favorites   0 Comments

Color spaces of #bbdee4

RGB 187222228
HSL0.520.430.81
HSV189°18°89°
CMYK 0.180.030.00   0.11
XYZ60.618468.408883.4081
Yxy68.40880.28530.3220
Hunter Lab82.7096-13.9180-1.8940
CIE-Lab86.2105-10.1757-6.7730

#bbdee4 color RGB value is (187,222,228).

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

The process color (four color CMYK) of #bbdee4 color hex is 0.18, 0.03, 0.00, 0.11. Web safe color of #bbdee4 is #cccccc. Color #bbdee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 11100100
Octal 273 336 344
Decimal 187 222 228
Hex BB DE E4

RGB Percentages of Color #bbdee4

%29.36
%34.85
%35.79

CMYK Percentages of Color #bbdee4

%18
%3
%0
%11

Triadic Colors of #bbdee4

#bbdee4 #e4bbde #dee4bb

Analogous Colors of #bbdee4

#bbdee4 #bbcae4 #bbe4d6

Monochromatic Colors of #bbdee4

#bbdee4

Complementary Color

#bbdee4 #e4c1bb

#bbdee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdee4 Color CSS Codes

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

#bbdee4 Text Font Color

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

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


#bbdee4 Background Color

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

This div background color is #bbdee4


#bbdee4 Border Color

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

This div border color is #bbdee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdee4


Comments

No comments written yet.

Please login to write comment.