Color Hex Logo

#bbf5e0 Color Hex

#BBF5E0
(187,245,224)
0 Favorites   0 Comments

Color spaces of #bbf5e0

RGB 187245224
HSL0.440.740.85
HSV158°24°96°
CMYK 0.240.000.09   0.04
XYZ66.600581.251482.6939
Yxy81.25140.28890.3524
Hunter Lab90.1396-25.85778.7051
CIE-Lab92.2434-22.46434.1526

#bbf5e0 color RGB value is (187,245,224).

#bbf5e0 hex color red value is 187, green value is 245 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bbf5e0 hue: 0.44 , saturation: 0.74 and the lightness value of bbf5e0 is 0.85.

The process color (four color CMYK) of #bbf5e0 color hex is 0.24, 0.00, 0.09, 0.04. Web safe color of #bbf5e0 is #ccffcc. Color #bbf5e0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110101 11100000
Octal 273 365 340
Decimal 187 245 224
Hex BB F5 E0

RGB Percentages of Color #bbf5e0

%28.51
%37.35
%34.15

CMYK Percentages of Color #bbf5e0

%24
%0
%9
%4

Triadic Colors of #bbf5e0

#bbf5e0 #e0bbf5 #f5e0bb

Analogous Colors of #bbf5e0

#bbf5e0 #bbedf5 #bbf5c3

Monochromatic Colors of #bbf5e0

#bbf5e0

Complementary Color

#bbf5e0 #f5bbd0

#bbf5e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf5e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf5e0 Color CSS Codes

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

#bbf5e0 Text Font Color

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

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


#bbf5e0 Background Color

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

This div background color is #bbf5e0


#bbf5e0 Border Color

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

This div border color is #bbf5e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf5e0


Comments

No comments written yet.

Please login to write comment.