Color Hex Logo

#b6daad Color Hex

#B6DAAD
(182,218,173)
0 Favorites   0 Comments

Color spaces of #b6daad

RGB 182218173
HSL0.300.380.77
HSV108°21°85°
CMYK 0.170.000.21   0.15
XYZ51.905663.105048.9799
Yxy63.10500.31650.3848
Hunter Lab79.4387-22.384919.0503
CIE-Lab83.4976-20.177818.3039

#b6daad color RGB value is (182,218,173).

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

The process color (four color CMYK) of #b6daad color hex is 0.17, 0.00, 0.21, 0.15. Web safe color of #b6daad is #cccc99. Color #b6daad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 10101101
Octal 266 332 255
Decimal 182 218 173
Hex B6 DA AD

RGB Percentages of Color #b6daad

%31.76
%38.05
%30.19

CMYK Percentages of Color #b6daad

%17
%0
%21
%15

Triadic Colors of #b6daad

#b6daad #adb6da #daadb6

Analogous Colors of #b6daad

#b6daad #addabb #cddaad

Monochromatic Colors of #b6daad

#b6daad

Complementary Color

#b6daad #d1adda

#b6daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6daad Color CSS Codes

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

#b6daad Text Font Color

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

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


#b6daad Background Color

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

This div background color is #b6daad


#b6daad Border Color

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

This div border color is #b6daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6daad


Comments

No comments written yet.

Please login to write comment.