Color Hex Logo

#b0dbaf Color Hex

#B0DBAF
(176,219,175)
0 Favorites   0 Comments

Color spaces of #b0dbaf

RGB 176219175
HSL0.330.380.77
HSV119°20°86°
CMYK 0.200.000.20   0.14
XYZ50.973962.988350.0288
Yxy62.98830.31080.3841
Hunter Lab79.3652-24.243818.1814
CIE-Lab83.4362-22.373317.1119

#b0dbaf color RGB value is (176,219,175).

#b0dbaf hex color red value is 176, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b0dbaf hue: 0.33 , saturation: 0.38 and the lightness value of b0dbaf is 0.77.

The process color (four color CMYK) of #b0dbaf color hex is 0.20, 0.00, 0.20, 0.14. Web safe color of #b0dbaf is #99cc99. Color #b0dbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011011 10101111
Octal 260 333 257
Decimal 176 219 175
Hex B0 DB AF

RGB Percentages of Color #b0dbaf

%30.88
%38.42
%30.70

CMYK Percentages of Color #b0dbaf

%20
%0
%20
%14

Triadic Colors of #b0dbaf

#b0dbaf #afb0db #dbafb0

Analogous Colors of #b0dbaf

#b0dbaf #afdbc4 #c6dbaf

Monochromatic Colors of #b0dbaf

#b0dbaf

Complementary Color

#b0dbaf #daafdb

#b0dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dbaf Color CSS Codes

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

#b0dbaf Text Font Color

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

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


#b0dbaf Background Color

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

This div background color is #b0dbaf


#b0dbaf Border Color

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

This div border color is #b0dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dbaf


Comments

No comments written yet.

Please login to write comment.