Color Hex Logo

#bbe5dc Color Hex

#BBE5DC
(187,229,220)
0 Favorites   0 Comments

Color spaces of #bbe5dc

RGB 187229220
HSL0.460.450.82
HSV167°18°90°
CMYK 0.180.000.04   0.10
XYZ61.431171.770778.3255
Yxy71.77070.29040.3393
Hunter Lab84.7176-18.82044.4858
CIE-Lab87.8581-15.3628-0.1369

#bbe5dc color RGB value is (187,229,220).

#bbe5dc hex color red value is 187, green value is 229 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbe5dc hue: 0.46 , saturation: 0.45 and the lightness value of bbe5dc is 0.82.

The process color (four color CMYK) of #bbe5dc color hex is 0.18, 0.00, 0.04, 0.10. Web safe color of #bbe5dc is #cccccc. Color #bbe5dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 11011100
Octal 273 345 334
Decimal 187 229 220
Hex BB E5 DC

RGB Percentages of Color #bbe5dc

%29.40
%36.01
%34.59

CMYK Percentages of Color #bbe5dc

%18
%0
%4
%10

Triadic Colors of #bbe5dc

#bbe5dc #dcbbe5 #e5dcbb

Analogous Colors of #bbe5dc

#bbe5dc #bbd9e5 #bbe5c7

Monochromatic Colors of #bbe5dc

#bbe5dc

Complementary Color

#bbe5dc #e5bbc4

#bbe5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe5dc Color CSS Codes

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

#bbe5dc Text Font Color

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

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


#bbe5dc Background Color

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

This div background color is #bbe5dc


#bbe5dc Border Color

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

This div border color is #bbe5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe5dc


Comments

No comments written yet.

Please login to write comment.