Color Hex Logo

#daddd4 Color Hex

#DADDD4
(218,221,212)
0 Favorites   0 Comments

Color spaces of #daddd4

RGB 218221212
HSL0.220.120.85
HSV80°87°
CMYK 0.010.000.04   0.13
XYZ66.653671.371872.5505
Yxy71.37180.31650.3389
Hunter Lab84.4818-7.01218.2208
CIE-Lab87.6653-2.61304.0479

#daddd4 color RGB value is (218,221,212).

#daddd4 hex color red value is 218, green value is 221 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #daddd4 hue: 0.22 , saturation: 0.12 and the lightness value of daddd4 is 0.85.

The process color (four color CMYK) of #daddd4 color hex is 0.01, 0.00, 0.04, 0.13. Web safe color of #daddd4 is #cccccc. Color #daddd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 11010100
Octal 332 335 324
Decimal 218 221 212
Hex DA DD D4

RGB Percentages of Color #daddd4

%33.49
%33.95
%32.57

CMYK Percentages of Color #daddd4

%1
%0
%4
%13

Triadic Colors of #daddd4

#daddd4 #d4dadd #ddd4da

Analogous Colors of #daddd4

#daddd4 #d6ddd4 #dddcd4

Monochromatic Colors of #daddd4

#daddd4

Complementary Color

#daddd4 #d7d4dd

#daddd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddd4 Color CSS Codes

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

#daddd4 Text Font Color

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

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


#daddd4 Background Color

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

This div background color is #daddd4


#daddd4 Border Color

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

This div border color is #daddd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddd4


Comments

No comments written yet.

Please login to write comment.