Color Hex Logo

#b0dfaf Color Hex

#B0DFAF
(176,223,175)
0 Favorites   0 Comments

Color spaces of #b0dfaf

RGB 176223175
HSL0.330.430.78
HSV119°22°87°
CMYK 0.210.000.22   0.13
XYZ52.030065.100650.3808
Yxy65.10060.31060.3886
Hunter Lab80.6849-26.092219.4580
CIE-Lab84.5355-24.325518.6462

#b0dfaf color RGB value is (176,223,175).

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

The process color (four color CMYK) of #b0dfaf color hex is 0.21, 0.00, 0.22, 0.13. Web safe color of #b0dfaf is #99cc99. Color #b0dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011111 10101111
Octal 260 337 257
Decimal 176 223 175
Hex B0 DF AF

RGB Percentages of Color #b0dfaf

%30.66
%38.85
%30.49

CMYK Percentages of Color #b0dfaf

%21
%0
%22
%13

Triadic Colors of #b0dfaf

#b0dfaf #afb0df #dfafb0

Analogous Colors of #b0dfaf

#b0dfaf #afdfc6 #c8dfaf

Monochromatic Colors of #b0dfaf

#b0dfaf

Complementary Color

#b0dfaf #deafdf

#b0dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dfaf Color CSS Codes

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

#b0dfaf Text Font Color

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

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


#b0dfaf Background Color

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

This div background color is #b0dfaf


#b0dfaf Border Color

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

This div border color is #b0dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dfaf


Comments

No comments written yet.

Please login to write comment.