Color Hex Logo

#bbdfea Color Hex

#BBDFEA
(187,223,234)
0 Favorites   0 Comments

Color spaces of #bbdfea

RGB 187223234
HSL0.540.530.83
HSV194°20°92°
CMYK 0.200.050.00   0.08
XYZ61.732569.280787.9608
Yxy69.28070.28190.3164
Hunter Lab83.2350-13.2741-4.3917
CIE-Lab86.6429-9.4189-9.2982

#bbdfea color RGB value is (187,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11101010
Octal 273 337 352
Decimal 187 223 234
Hex BB DF EA

RGB Percentages of Color #bbdfea

%29.04
%34.63
%36.34

CMYK Percentages of Color #bbdfea

%20
%5
%0
%8

Triadic Colors of #bbdfea

#bbdfea #eabbdf #dfeabb

Analogous Colors of #bbdfea

#bbdfea #bbc8ea #bbeade

Monochromatic Colors of #bbdfea

#bbdfea

Complementary Color

#bbdfea #eac6bb

#bbdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfea Color CSS Codes

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

#bbdfea Text Font Color

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

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


#bbdfea Background Color

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

This div background color is #bbdfea


#bbdfea Border Color

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

This div border color is #bbdfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,223,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 #bbdfea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfea

#bbdfea Color Palettes


Comments

No comments written yet.

Please login to write comment.