Color Hex Logo

#bbd8ea Color Hex

#BBD8EA
(187,216,234)
0 Favorites   0 Comments

Color spaces of #bbd8ea

RGB 187216234
HSL0.560.530.83
HSV203°20°92°
CMYK 0.200.080.00   0.08
XYZ59.900765.617087.3502
Yxy65.61700.28140.3083
Hunter Lab81.0043-9.7612-7.2318
CIE-Lab84.8007-5.8044-12.0423

#bbd8ea color RGB value is (187,216,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 11101010
Octal 273 330 352
Decimal 187 216 234
Hex BB D8 EA

RGB Percentages of Color #bbd8ea

%29.36
%33.91
%36.73

CMYK Percentages of Color #bbd8ea

%20
%8
%0
%8

Triadic Colors of #bbd8ea

#bbd8ea #eabbd8 #d8eabb

Analogous Colors of #bbd8ea

#bbd8ea #bbc1ea #bbeae5

Monochromatic Colors of #bbd8ea

#bbd8ea

Complementary Color

#bbd8ea #eacdbb

#bbd8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd8ea Color CSS Codes

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

#bbd8ea Text Font Color

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

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


#bbd8ea Background Color

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

This div background color is #bbd8ea


#bbd8ea Border Color

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

This div border color is #bbd8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd8ea


Comments

No comments written yet.

Please login to write comment.