Color Hex Logo

#bbe7dc Color Hex

#BBE7DC
(187,231,220)
0 Favorites   0 Comments

Color spaces of #bbe7dc

RGB 187231220
HSL0.460.480.82
HSV165°19°91°
CMYK 0.190.000.05   0.09
XYZ61.987772.883978.5111
Yxy72.88390.29050.3416
Hunter Lab85.3721-19.79435.2353
CIE-Lab88.3923-16.36380.6427

#bbe7dc color RGB value is (187,231,220).

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

The process color (four color CMYK) of #bbe7dc color hex is 0.19, 0.00, 0.05, 0.09. Web safe color of #bbe7dc is #ccffcc. Color #bbe7dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 11011100
Octal 273 347 334
Decimal 187 231 220
Hex BB E7 DC

RGB Percentages of Color #bbe7dc

%29.31
%36.21
%34.48

CMYK Percentages of Color #bbe7dc

%19
%0
%5
%9

Triadic Colors of #bbe7dc

#bbe7dc #dcbbe7 #e7dcbb

Analogous Colors of #bbe7dc

#bbe7dc #bbdce7 #bbe7c6

Monochromatic Colors of #bbe7dc

#bbe7dc

Complementary Color

#bbe7dc #e7bbc6

#bbe7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe7dc Color CSS Codes

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

#bbe7dc Text Font Color

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

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


#bbe7dc Background Color

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

This div background color is #bbe7dc


#bbe7dc Border Color

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

This div border color is #bbe7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe7dc


Comments

No comments written yet.

Please login to write comment.