Color Hex Logo

#daadc4 Color Hex

#DAADC4
(218,173,196)
0 Favorites   0 Comments

Color spaces of #daadc4

RGB 218173196
HSL0.910.380.77
HSV329°21°85°
CMYK 0.000.210.10   0.15
XYZ53.820848.778158.8030
Yxy48.77810.33350.3022
Hunter Lab69.841315.3325-1.0304
CIE-Lab75.313120.0664-5.4344

#daadc4 color RGB value is (218,173,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11000100
Octal 332 255 304
Decimal 218 173 196
Hex DA AD C4

RGB Percentages of Color #daadc4

%37.14
%29.47
%33.39

CMYK Percentages of Color #daadc4

%0
%21
%10
%15

Triadic Colors of #daadc4

#daadc4 #c4daad #adc4da

Analogous Colors of #daadc4

#daadc4 #daadae #daadda

Monochromatic Colors of #daadc4

#daadc4

Complementary Color

#daadc4 #addac3

#daadc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadc4 Color CSS Codes

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

#daadc4 Text Font Color

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

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


#daadc4 Background Color

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

This div background color is #daadc4


#daadc4 Border Color

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

This div border color is #daadc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadc4


Comments

No comments written yet.

Please login to write comment.