Color Hex Logo

#bbe9df Color Hex

#BBE9DF
(187,233,223)
0 Favorites   0 Comments

Color spaces of #bbe9df

RGB 187233223
HSL0.460.510.82
HSV167°20°91°
CMYK 0.200.000.04   0.09
XYZ62.951774.170380.8104
Yxy74.17030.28890.3403
Hunter Lab86.1222-20.23784.6524
CIE-Lab89.0029-16.7595-0.0385

#bbe9df color RGB value is (187,233,223).

#bbe9df hex color red value is 187, green value is 233 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbe9df hue: 0.46 , saturation: 0.51 and the lightness value of bbe9df is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 11011111
Octal 273 351 337
Decimal 187 233 223
Hex BB E9 DF

RGB Percentages of Color #bbe9df

%29.08
%36.24
%34.68

CMYK Percentages of Color #bbe9df

%20
%0
%4
%9

Triadic Colors of #bbe9df

#bbe9df #dfbbe9 #e9dfbb

Analogous Colors of #bbe9df

#bbe9df #bbdce9 #bbe9c8

Monochromatic Colors of #bbe9df

#bbe9df

Complementary Color

#bbe9df #e9bbc5

#bbe9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe9df Color CSS Codes

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

#bbe9df Text Font Color

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

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


#bbe9df Background Color

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

This div background color is #bbe9df


#bbe9df Border Color

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

This div border color is #bbe9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe9df


Comments

No comments written yet.

Please login to write comment.