Color Hex Logo

#bbe2db Color Hex

#BBE2DB
(187,226,219)
0 Favorites   0 Comments

Color spaces of #bbe2db

RGB 187226219
HSL0.470.400.81
HSV169°17°89°
CMYK 0.170.000.03   0.11
XYZ60.476170.072077.3557
Yxy70.07200.29090.3370
Hunter Lab83.7090-17.53243.8063
CIE-Lab87.0322-14.0546-0.8183

#bbe2db color RGB value is (187,226,219).

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

The process color (four color CMYK) of #bbe2db color hex is 0.17, 0.00, 0.03, 0.11. Web safe color of #bbe2db is #cccccc. Color #bbe2db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 11011011
Octal 273 342 333
Decimal 187 226 219
Hex BB E2 DB

RGB Percentages of Color #bbe2db

%29.59
%35.76
%34.65

CMYK Percentages of Color #bbe2db

%17
%0
%3
%11

Triadic Colors of #bbe2db

#bbe2db #dbbbe2 #e2dbbb

Analogous Colors of #bbe2db

#bbe2db #bbd6e2 #bbe2c8

Monochromatic Colors of #bbe2db

#bbe2db

Complementary Color

#bbe2db #e2bbc2

#bbe2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe2db Color CSS Codes

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

#bbe2db Text Font Color

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

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


#bbe2db Background Color

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

This div background color is #bbe2db


#bbe2db Border Color

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

This div border color is #bbe2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe2db


Comments

No comments written yet.

Please login to write comment.