Color Hex Logo

#b2daad Color Hex

#B2DAAD
(178,218,173)
0 Favorites   0 Comments

Color spaces of #b2daad

RGB 178218173
HSL0.310.380.77
HSV113°21°85°
CMYK 0.180.000.21   0.15
XYZ50.974362.624948.9363
Yxy62.62490.31360.3853
Hunter Lab79.1359-23.509518.7312
CIE-Lab83.2446-21.546417.9132

#b2daad color RGB value is (178,218,173).

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

The process color (four color CMYK) of #b2daad color hex is 0.18, 0.00, 0.21, 0.15. Web safe color of #b2daad is #99cc99. Color #b2daad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011010 10101101
Octal 262 332 255
Decimal 178 218 173
Hex B2 DA AD

RGB Percentages of Color #b2daad

%31.28
%38.31
%30.40

CMYK Percentages of Color #b2daad

%18
%0
%21
%15

Triadic Colors of #b2daad

#b2daad #adb2da #daadb2

Analogous Colors of #b2daad

#b2daad #addabf #c9daad

Monochromatic Colors of #b2daad

#b2daad

Complementary Color

#b2daad #d5adda

#b2daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2daad Color CSS Codes

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

#b2daad Text Font Color

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

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


#b2daad Background Color

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

This div background color is #b2daad


#b2daad Border Color

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

This div border color is #b2daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2daad


Comments

No comments written yet.

Please login to write comment.