Color Hex Logo

#bbeae0 Color Hex

#BBEAE0
(187,234,224)
0 Favorites   0 Comments

Color spaces of #bbeae0

RGB 187234224
HSL0.460.530.83
HSV167°20°92°
CMYK 0.200.000.04   0.08
XYZ63.370974.792381.6174
Yxy74.79230.28830.3403
Hunter Lab86.4825-20.54694.5832
CIE-Lab89.2956-17.0559-0.1346

#bbeae0 color RGB value is (187,234,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11100000
Octal 273 352 340
Decimal 187 234 224
Hex BB EA E0

RGB Percentages of Color #bbeae0

%28.99
%36.28
%34.73

CMYK Percentages of Color #bbeae0

%20
%0
%4
%8

Triadic Colors of #bbeae0

#bbeae0 #e0bbea #eae0bb

Analogous Colors of #bbeae0

#bbeae0 #bbddea #bbeac9

Monochromatic Colors of #bbeae0

#bbeae0

Complementary Color

#bbeae0 #eabbc5

#bbeae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeae0 Color CSS Codes

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

#bbeae0 Text Font Color

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

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


#bbeae0 Background Color

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

This div background color is #bbeae0


#bbeae0 Border Color

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

This div border color is #bbeae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeae0


Comments

No comments written yet.

Please login to write comment.