Color Hex Logo

#bbead0 Color Hex

#BBEAD0
(187,234,208)
0 Favorites   0 Comments

Color spaces of #bbead0

RGB 187234208
HSL0.410.530.83
HSV147°20°92°
CMYK 0.200.000.11   0.08
XYZ61.301573.964570.7202
Yxy73.96450.29760.3591
Hunter Lab86.0026-23.272211.4475
CIE-Lab88.9057-20.18267.6679

#bbead0 color RGB value is (187,234,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11010000
Octal 273 352 320
Decimal 187 234 208
Hex BB EA D0

RGB Percentages of Color #bbead0

%29.73
%37.20
%33.07

CMYK Percentages of Color #bbead0

%20
%0
%11
%8

Triadic Colors of #bbead0

#bbead0 #d0bbea #ead0bb

Analogous Colors of #bbead0

#bbead0 #bbeae8 #beeabb

Monochromatic Colors of #bbead0

#bbead0

Complementary Color

#bbead0 #eabbd5

#bbead0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbead0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbead0 Color CSS Codes

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

#bbead0 Text Font Color

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

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


#bbead0 Background Color

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

This div background color is #bbead0


#bbead0 Border Color

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

This div border color is #bbead0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbead0


Comments

No comments written yet.

Please login to write comment.