Color Hex Logo

#bbf3dd Color Hex

#BBF3DD
(187,243,221)
0 Favorites   0 Comments

Color spaces of #bbf3dd

RGB 187243221
HSL0.430.700.84
HSV156°23°95°
CMYK 0.230.000.09   0.05
XYZ65.595379.886480.3690
Yxy79.88640.29040.3537
Hunter Lab89.3792-25.41269.2524
CIE-Lab91.6339-22.08244.8279

#bbf3dd color RGB value is (187,243,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 11011101
Octal 273 363 335
Decimal 187 243 221
Hex BB F3 DD

RGB Percentages of Color #bbf3dd

%28.73
%37.33
%33.95

CMYK Percentages of Color #bbf3dd

%23
%0
%9
%5

Triadic Colors of #bbf3dd

#bbf3dd #ddbbf3 #f3ddbb

Analogous Colors of #bbf3dd

#bbf3dd #bbedf3 #bbf3c1

Monochromatic Colors of #bbf3dd

#bbf3dd

Complementary Color

#bbf3dd #f3bbd1

#bbf3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf3dd Color CSS Codes

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

#bbf3dd Text Font Color

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

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


#bbf3dd Background Color

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

This div background color is #bbf3dd


#bbf3dd Border Color

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

This div border color is #bbf3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf3dd


Comments

No comments written yet.

Please login to write comment.