Color Hex Logo

#bbd4ea Color Hex

#BBD4EA
(187,212,234)
0 Favorites   0 Comments

Color spaces of #bbd4ea

RGB 187212234
HSL0.580.530.83
HSV208°20°92°
CMYK 0.200.090.00   0.08
XYZ58.888363.592387.0127
Yxy63.59230.28110.3036
Hunter Lab79.7448-7.7383-8.8723
CIE-Lab83.7530-3.7176-13.6089

#bbd4ea color RGB value is (187,212,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 11101010
Octal 273 324 352
Decimal 187 212 234
Hex BB D4 EA

RGB Percentages of Color #bbd4ea

%29.54
%33.49
%36.97

CMYK Percentages of Color #bbd4ea

%20
%9
%0
%8

Triadic Colors of #bbd4ea

#bbd4ea #eabbd4 #d4eabb

Analogous Colors of #bbd4ea

#bbd4ea #bbbdea #bbeae9

Monochromatic Colors of #bbd4ea

#bbd4ea

Complementary Color

#bbd4ea #ead1bb

#bbd4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd4ea Color CSS Codes

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

#bbd4ea Text Font Color

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

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


#bbd4ea Background Color

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

This div background color is #bbd4ea


#bbd4ea Border Color

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

This div border color is #bbd4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd4ea

#bbd4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.