Color Hex Logo

#bbddea Color Hex

#BBDDEA
(187,221,234)
0 Favorites   0 Comments

Color spaces of #bbddea

RGB 187221234
HSL0.550.530.83
HSV197°20°92°
CMYK 0.200.060.00   0.08
XYZ61.201368.218287.7837
Yxy68.21820.28180.3141
Hunter Lab82.5943-12.2739-5.1992
CIE-Lab86.1154-8.3911-10.0824

#bbddea color RGB value is (187,221,234).

#bbddea hex color red value is 187, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bbddea hue: 0.55 , saturation: 0.53 and the lightness value of bbddea is 0.83.

The process color (four color CMYK) of #bbddea color hex is 0.20, 0.06, 0.00, 0.08. Web safe color of #bbddea is #ccccff. Color #bbddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 11101010
Octal 273 335 352
Decimal 187 221 234
Hex BB DD EA

RGB Percentages of Color #bbddea

%29.13
%34.42
%36.45

CMYK Percentages of Color #bbddea

%20
%6
%0
%8

Triadic Colors of #bbddea

#bbddea #eabbdd #ddeabb

Analogous Colors of #bbddea

#bbddea #bbc6ea #bbeae0

Monochromatic Colors of #bbddea

#bbddea

Complementary Color

#bbddea #eac8bb

#bbddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddea Color CSS Codes

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

#bbddea Text Font Color

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

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


#bbddea Background Color

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

This div background color is #bbddea


#bbddea Border Color

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

This div border color is #bbddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddea


Comments

No comments written yet.

Please login to write comment.