Color Hex Logo

#bbdfed Color Hex

#BBDFED
(187,223,237)
0 Favorites   0 Comments

Color spaces of #bbdfed

RGB 187223237
HSL0.550.580.83
HSV197°21°93°
CMYK 0.210.060.00   0.07
XYZ62.167369.454690.2503
Yxy69.45460.28020.3130
Hunter Lab83.3394-12.6914-5.8690
CIE-Lab86.7287-8.7745-10.7525

#bbdfed color RGB value is (187,223,237).

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

The process color (four color CMYK) of #bbdfed color hex is 0.21, 0.06, 0.00, 0.07. Web safe color of #bbdfed is #ccccff. Color #bbdfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11101101
Octal 273 337 355
Decimal 187 223 237
Hex BB DF ED

RGB Percentages of Color #bbdfed

%28.90
%34.47
%36.63

CMYK Percentages of Color #bbdfed

%21
%6
%0
%7

Triadic Colors of #bbdfed

#bbdfed #edbbdf #dfedbb

Analogous Colors of #bbdfed

#bbdfed #bbc6ed #bbede2

Monochromatic Colors of #bbdfed

#bbdfed

Complementary Color

#bbdfed #edc9bb

#bbdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfed Color CSS Codes

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

#bbdfed Text Font Color

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

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


#bbdfed Background Color

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

This div background color is #bbdfed


#bbdfed Border Color

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

This div border color is #bbdfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfed


Comments

No comments written yet.

Please login to write comment.