Color Hex Logo

#bbe4dc Color Hex

#BBE4DC
(187,228,220)
0 Favorites   0 Comments

Color spaces of #bbe4dc

RGB 187228220
HSL0.470.430.81
HSV168°18°89°
CMYK 0.180.000.04   0.11
XYZ61.155271.218978.2335
Yxy71.21890.29040.3382
Hunter Lab84.3913-18.33254.1101
CIE-Lab87.5913-14.8608-0.5268

#bbe4dc color RGB value is (187,228,220).

#bbe4dc hex color red value is 187, green value is 228 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbe4dc hue: 0.47 , saturation: 0.43 and the lightness value of bbe4dc is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 11011100
Octal 273 344 334
Decimal 187 228 220
Hex BB E4 DC

RGB Percentages of Color #bbe4dc

%29.45
%35.91
%34.65

CMYK Percentages of Color #bbe4dc

%18
%0
%4
%11

Triadic Colors of #bbe4dc

#bbe4dc #dcbbe4 #e4dcbb

Analogous Colors of #bbe4dc

#bbe4dc #bbd8e4 #bbe4c8

Monochromatic Colors of #bbe4dc

#bbe4dc

Complementary Color

#bbe4dc #e4bbc3

#bbe4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe4dc Color CSS Codes

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

#bbe4dc Text Font Color

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

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


#bbe4dc Background Color

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

This div background color is #bbe4dc


#bbe4dc Border Color

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

This div border color is #bbe4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe4dc


Comments

No comments written yet.

Please login to write comment.