Color Hex Logo

#bbf3df Color Hex

#BBF3DF
(187,243,223)
0 Favorites   0 Comments

Color spaces of #bbf3df

RGB 187243223
HSL0.440.700.84
HSV159°23°95°
CMYK 0.230.000.08   0.05
XYZ65.863479.993781.7810
Yxy79.99370.28930.3514
Hunter Lab89.4392-25.07048.3941
CIE-Lab91.6820-21.68883.8586

#bbf3df color RGB value is (187,243,223).

#bbf3df hex color red value is 187, green value is 243 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbf3df hue: 0.44 , saturation: 0.70 and the lightness value of bbf3df is 0.84.

The process color (four color CMYK) of #bbf3df color hex is 0.23, 0.00, 0.08, 0.05. Web safe color of #bbf3df is #ccffcc. Color #bbf3df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 11011111
Octal 273 363 337
Decimal 187 243 223
Hex BB F3 DF

RGB Percentages of Color #bbf3df

%28.64
%37.21
%34.15

CMYK Percentages of Color #bbf3df

%23
%0
%8
%5

Triadic Colors of #bbf3df

#bbf3df #dfbbf3 #f3dfbb

Analogous Colors of #bbf3df

#bbf3df #bbebf3 #bbf3c3

Monochromatic Colors of #bbf3df

#bbf3df

Complementary Color

#bbf3df #f3bbcf

#bbf3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf3df Color CSS Codes

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

#bbf3df Text Font Color

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

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


#bbf3df Background Color

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

This div background color is #bbf3df


#bbf3df Border Color

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

This div border color is #bbf3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf3df


Comments

No comments written yet.

Please login to write comment.