Color Hex Logo

#daadbb Color Hex

#DAADBB
(218,173,187)
0 Favorites   0 Comments

Color spaces of #daadbb

RGB 218173187
HSL0.950.380.77
HSV341°21°85°
CMYK 0.000.210.14   0.15
XYZ52.826748.380453.5678
Yxy48.38040.34130.3126
Hunter Lab69.556013.84493.0277
CIE-Lab75.064218.5763-0.8791

#daadbb color RGB value is (218,173,187).

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

The process color (four color CMYK) of #daadbb color hex is 0.00, 0.21, 0.14, 0.15. Web safe color of #daadbb is #cc99cc. Color #daadbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10111011
Octal 332 255 273
Decimal 218 173 187
Hex DA AD BB

RGB Percentages of Color #daadbb

%37.72
%29.93
%32.35

CMYK Percentages of Color #daadbb

%0
%21
%14
%15

Triadic Colors of #daadbb

#daadbb #bbdaad #adbbda

Analogous Colors of #daadbb

#daadbb #dab6ad #daadd2

Monochromatic Colors of #daadbb

#daadbb

Complementary Color

#daadbb #addacc

#daadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadbb Color CSS Codes

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

#daadbb Text Font Color

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

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


#daadbb Background Color

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

This div background color is #daadbb


#daadbb Border Color

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

This div border color is #daadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadbb


Comments

No comments written yet.

Please login to write comment.