Color Hex Logo

#dad4bb Color Hex

#DAD4BB
(218,212,187)
0 Favorites   0 Comments

Color spaces of #dad4bb

RGB 218212187
HSL0.130.300.79
HSV48°14°85°
CMYK 0.000.030.14   0.15
XYZ61.426665.580256.4344
Yxy65.58020.33490.3575
Hunter Lab80.9816-6.321015.3692
CIE-Lab84.7818-2.113613.1079

#dad4bb color RGB value is (218,212,187).

#dad4bb hex color red value is 218, green value is 212 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dad4bb hue: 0.13 , saturation: 0.30 and the lightness value of dad4bb is 0.79.

The process color (four color CMYK) of #dad4bb color hex is 0.00, 0.03, 0.14, 0.15. Web safe color of #dad4bb is #cccccc. Color #dad4bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 10111011
Octal 332 324 273
Decimal 218 212 187
Hex DA D4 BB

RGB Percentages of Color #dad4bb

%35.33
%34.36
%30.31

CMYK Percentages of Color #dad4bb

%0
%3
%14
%15

Triadic Colors of #dad4bb

#dad4bb #bbdad4 #d4bbda

Analogous Colors of #dad4bb

#dad4bb #d1dabb #dac5bb

Monochromatic Colors of #dad4bb

#dad4bb

Complementary Color

#dad4bb #bbc1da

#dad4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad4bb Color CSS Codes

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

#dad4bb Text Font Color

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

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


#dad4bb Background Color

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

This div background color is #dad4bb


#dad4bb Border Color

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

This div border color is #dad4bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,212,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad4bb


Comments

No comments written yet.

Please login to write comment.