Color Hex Logo

#b4daad Color Hex

#B4DAAD
(180,218,173)
0 Favorites   0 Comments

Color spaces of #b4daad

RGB 180218173
HSL0.310.380.77
HSV111°21°85°
CMYK 0.170.000.21   0.15
XYZ51.436662.863248.9580
Yxy62.86320.31510.3851
Hunter Lab79.2863-22.950118.8898
CIE-Lab83.3703-20.863918.1073

#b4daad color RGB value is (180,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11011010 10101101
Octal 264 332 255
Decimal 180 218 173
Hex B4 DA AD

RGB Percentages of Color #b4daad

%31.52
%38.18
%30.30

CMYK Percentages of Color #b4daad

%17
%0
%21
%15

Triadic Colors of #b4daad

#b4daad #adb4da #daadb4

Analogous Colors of #b4daad

#b4daad #addabd #cbdaad

Monochromatic Colors of #b4daad

#b4daad

Complementary Color

#b4daad #d3adda

#b4daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4daad Color CSS Codes

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

#b4daad Text Font Color

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

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


#b4daad Background Color

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

This div background color is #b4daad


#b4daad Border Color

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

This div border color is #b4daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4daad


Comments

No comments written yet.

Please login to write comment.