Color Hex Logo

#bbeadd Color Hex

#BBEADD
(187,234,221)
0 Favorites   0 Comments

Color spaces of #bbeadd

RGB 187234221
HSL0.450.530.83
HSV163°20°92°
CMYK 0.200.000.06   0.08
XYZ62.967574.630979.4931
Yxy74.63090.29010.3438
Hunter Lab86.3892-21.07575.9153
CIE-Lab89.2198-17.65801.3248

#bbeadd color RGB value is (187,234,221).

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

The process color (four color CMYK) of #bbeadd color hex is 0.20, 0.00, 0.06, 0.08. Web safe color of #bbeadd is #ccffcc. Color #bbeadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11011101
Octal 273 352 335
Decimal 187 234 221
Hex BB EA DD

RGB Percentages of Color #bbeadd

%29.13
%36.45
%34.42

CMYK Percentages of Color #bbeadd

%20
%0
%6
%8

Triadic Colors of #bbeadd

#bbeadd #ddbbea #eaddbb

Analogous Colors of #bbeadd

#bbeadd #bbe0ea #bbeac6

Monochromatic Colors of #bbeadd

#bbeadd

Complementary Color

#bbeadd #eabbc8

#bbeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeadd Color CSS Codes

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

#bbeadd Text Font Color

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

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


#bbeadd Background Color

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

This div background color is #bbeadd


#bbeadd Border Color

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

This div border color is #bbeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeadd


Comments

No comments written yet.

Please login to write comment.