Color Hex Logo

#b0dfbb Color Hex

#B0DFBB
(176,223,187)
0 Favorites   0 Comments

Color spaces of #b0dfbb

RGB 176223187
HSL0.370.420.78
HSV134°21°87°
CMYK 0.210.000.16   0.13
XYZ53.261865.593356.8673
Yxy65.59330.30310.3733
Hunter Lab80.9897-24.343815.0620
CIE-Lab84.7885-22.213312.7097

#b0dfbb color RGB value is (176,223,187).

#b0dfbb hex color red value is 176, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b0dfbb hue: 0.37 , saturation: 0.42 and the lightness value of b0dfbb is 0.78.

The process color (four color CMYK) of #b0dfbb color hex is 0.21, 0.00, 0.16, 0.13. Web safe color of #b0dfbb is #99cccc. Color #b0dfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011111 10111011
Octal 260 337 273
Decimal 176 223 187
Hex B0 DF BB

RGB Percentages of Color #b0dfbb

%30.03
%38.05
%31.91

CMYK Percentages of Color #b0dfbb

%21
%0
%16
%13

Triadic Colors of #b0dfbb

#b0dfbb #bbb0df #dfbbb0

Analogous Colors of #b0dfbb

#b0dfbb #b0dfd3 #bddfb0

Monochromatic Colors of #b0dfbb

#b0dfbb

Complementary Color

#b0dfbb #dfb0d4

#b0dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dfbb Color CSS Codes

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

#b0dfbb Text Font Color

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

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


#b0dfbb Background Color

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

This div background color is #b0dfbb


#b0dfbb Border Color

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

This div border color is #b0dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dfbb


Comments

No comments written yet.

Please login to write comment.