Color Hex Logo

#b0ddad Color Hex

#B0DDAD
(176,221,173)
0 Favorites   0 Comments

Color spaces of #b0ddad

RGB 176221173
HSL0.320.410.77
HSV116°22°87°
CMYK 0.200.000.22   0.13
XYZ51.303863.960149.1767
Yxy63.96010.31200.3890
Hunter Lab79.9751-25.449019.5251
CIE-Lab83.9450-23.691818.8703

#b0ddad color RGB value is (176,221,173).

#b0ddad hex color red value is 176, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b0ddad hue: 0.32 , saturation: 0.41 and the lightness value of b0ddad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011101 10101101
Octal 260 335 255
Decimal 176 221 173
Hex B0 DD AD

RGB Percentages of Color #b0ddad

%30.88
%38.77
%30.35

CMYK Percentages of Color #b0ddad

%20
%0
%22
%13

Triadic Colors of #b0ddad

#b0ddad #adb0dd #ddadb0

Analogous Colors of #b0ddad

#b0ddad #adddc2 #c8ddad

Monochromatic Colors of #b0ddad

#b0ddad

Complementary Color

#b0ddad #daaddd

#b0ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ddad Color CSS Codes

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

#b0ddad Text Font Color

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

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


#b0ddad Background Color

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

This div background color is #b0ddad


#b0ddad Border Color

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

This div border color is #b0ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ddad


Comments

No comments written yet.

Please login to write comment.