Color Hex Logo

#b7ddad Color Hex

#B7DDAD
(183,221,173)
0 Favorites   0 Comments

Color spaces of #b7ddad

RGB 183221173
HSL0.300.410.77
HSV108°22°87°
CMYK 0.170.000.22   0.13
XYZ52.927764.797349.2527
Yxy64.79730.31700.3881
Hunter Lab80.4968-23.503220.0706
CIE-Lab84.3792-21.312519.5399

#b7ddad color RGB value is (183,221,173).

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

The process color (four color CMYK) of #b7ddad color hex is 0.17, 0.00, 0.22, 0.13. Web safe color of #b7ddad is #cccc99. Color #b7ddad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011101 10101101
Octal 267 335 255
Decimal 183 221 173
Hex B7 DD AD

RGB Percentages of Color #b7ddad

%31.72
%38.30
%29.98

CMYK Percentages of Color #b7ddad

%17
%0
%22
%13

Triadic Colors of #b7ddad

#b7ddad #adb7dd #ddadb7

Analogous Colors of #b7ddad

#b7ddad #adddbb #cfddad

Monochromatic Colors of #b7ddad

#b7ddad

Complementary Color

#b7ddad #d3addd

#b7ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7ddad Color CSS Codes

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

#b7ddad Text Font Color

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

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


#b7ddad Background Color

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

This div background color is #b7ddad


#b7ddad Border Color

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

This div border color is #b7ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7ddad


Comments

No comments written yet.

Please login to write comment.