Color Hex Logo

#bbe1df Color Hex

#BBE1DF
(187,225,223)
0 Favorites   0 Comments

Color spaces of #bbe1df

RGB 187225223
HSL0.490.390.81
HSV177°17°88°
CMYK 0.170.000.01   0.12
XYZ60.738069.742980.0725
Yxy69.74290.28850.3312
Hunter Lab83.5122-16.32431.6106
CIE-Lab86.8706-12.7384-3.1620

#bbe1df color RGB value is (187,225,223).

#bbe1df hex color red value is 187, green value is 225 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbe1df hue: 0.49 , saturation: 0.39 and the lightness value of bbe1df is 0.81.

The process color (four color CMYK) of #bbe1df color hex is 0.17, 0.00, 0.01, 0.12. Web safe color of #bbe1df is #cccccc. Color #bbe1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 11011111
Octal 273 341 337
Decimal 187 225 223
Hex BB E1 DF

RGB Percentages of Color #bbe1df

%29.45
%35.43
%35.12

CMYK Percentages of Color #bbe1df

%17
%0
%1
%12

Triadic Colors of #bbe1df

#bbe1df #dfbbe1 #e1dfbb

Analogous Colors of #bbe1df

#bbe1df #bbd0e1 #bbe1cc

Monochromatic Colors of #bbe1df

#bbe1df

Complementary Color

#bbe1df #e1bbbd

#bbe1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe1df Color CSS Codes

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

#bbe1df Text Font Color

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

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


#bbe1df Background Color

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

This div background color is #bbe1df


#bbe1df Border Color

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

This div border color is #bbe1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe1df


Comments

No comments written yet.

Please login to write comment.