Color Hex Logo

#bbf0d3 Color Hex

#BBF0D3
(187,240,211)
0 Favorites   0 Comments

Color spaces of #bbf0d3

RGB 187240211
HSL0.410.640.84
HSV147°22°94°
CMYK 0.220.000.12   0.06
XYZ63.411577.588173.2619
Yxy77.58810.29600.3621
Hunter Lab88.0841-25.645512.3458
CIE-Lab90.5916-22.54888.5241

#bbf0d3 color RGB value is (187,240,211).

#bbf0d3 hex color red value is 187, green value is 240 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bbf0d3 hue: 0.41 , saturation: 0.64 and the lightness value of bbf0d3 is 0.84.

The process color (four color CMYK) of #bbf0d3 color hex is 0.22, 0.00, 0.12, 0.06. Web safe color of #bbf0d3 is #ccffcc. Color #bbf0d3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 11010011
Octal 273 360 323
Decimal 187 240 211
Hex BB F0 D3

RGB Percentages of Color #bbf0d3

%29.31
%37.62
%33.07

CMYK Percentages of Color #bbf0d3

%22
%0
%12
%6

Triadic Colors of #bbf0d3

#bbf0d3 #d3bbf0 #f0d3bb

Analogous Colors of #bbf0d3

#bbf0d3 #bbf0ee #bef0bb

Monochromatic Colors of #bbf0d3

#bbf0d3

Complementary Color

#bbf0d3 #f0bbd8

#bbf0d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf0d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf0d3 Color CSS Codes

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

#bbf0d3 Text Font Color

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

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


#bbf0d3 Background Color

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

This div background color is #bbf0d3


#bbf0d3 Border Color

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

This div border color is #bbf0d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf0d3


Comments

No comments written yet.

Please login to write comment.