Color Hex Logo

#daadb7 Color Hex

#DAADB7
(218,173,183)
0 Favorites   0 Comments

Color spaces of #daadb7

RGB 218173183
HSL0.960.380.77
HSV347°21°85°
CMYK 0.000.210.16   0.15
XYZ52.404348.211551.3435
Yxy48.21150.34490.3173
Hunter Lab69.434513.20894.7620
CIE-Lab74.958117.93501.1543

#daadb7 color RGB value is (218,173,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10110111
Octal 332 255 267
Decimal 218 173 183
Hex DA AD B7

RGB Percentages of Color #daadb7

%37.98
%30.14
%31.88

CMYK Percentages of Color #daadb7

%0
%21
%16
%15

Triadic Colors of #daadb7

#daadb7 #b7daad #adb7da

Analogous Colors of #daadb7

#daadb7 #dabaad #daadce

Monochromatic Colors of #daadb7

#daadb7

Complementary Color

#daadb7 #addad0

#daadb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadb7 Color CSS Codes

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

#daadb7 Text Font Color

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

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


#daadb7 Background Color

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

This div background color is #daadb7


#daadb7 Border Color

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

This div border color is #daadb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadb7


Comments

No comments written yet.

Please login to write comment.