Color Hex Logo

#daadba Color Hex

#DAADBA
(218,173,186)
0 Favorites   0 Comments

Color spaces of #daadba

RGB 218173186
HSL0.950.380.77
HSV343°21°85°
CMYK 0.000.210.15   0.15
XYZ52.719948.337753.0058
Yxy48.33770.34220.3138
Hunter Lab69.525313.68433.4653
CIE-Lab75.037418.4146-0.3712

#daadba color RGB value is (218,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10111010
Octal 332 255 272
Decimal 218 173 186
Hex DA AD BA

RGB Percentages of Color #daadba

%37.78
%29.98
%32.24

CMYK Percentages of Color #daadba

%0
%21
%15
%15

Triadic Colors of #daadba

#daadba #badaad #adbada

Analogous Colors of #daadba

#daadba #dab7ad #daadd1

Monochromatic Colors of #daadba

#daadba

Complementary Color

#daadba #addacd

#daadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadba Color CSS Codes

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

#daadba Text Font Color

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

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


#daadba Background Color

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

This div background color is #daadba


#daadba Border Color

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

This div border color is #daadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadba


Comments

No comments written yet.

Please login to write comment.