Color Hex Logo

#daddc5 Color Hex

#DADDC5
(218,221,197)
0 Favorites   0 Comments

Color spaces of #daddc5

RGB 218221197
HSL0.190.260.82
HSV68°11°87°
CMYK 0.010.000.11   0.13
XYZ64.847970.649563.0422
Yxy70.64950.32660.3558
Hunter Lab84.0533-9.378714.3682
CIE-Lab87.3144-5.148811.4342

#daddc5 color RGB value is (218,221,197).

#daddc5 hex color red value is 218, green value is 221 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #daddc5 hue: 0.19 , saturation: 0.26 and the lightness value of daddc5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 11000101
Octal 332 335 305
Decimal 218 221 197
Hex DA DD C5

RGB Percentages of Color #daddc5

%34.28
%34.75
%30.97

CMYK Percentages of Color #daddc5

%1
%0
%11
%13

Triadic Colors of #daddc5

#daddc5 #c5dadd #ddc5da

Analogous Colors of #daddc5

#daddc5 #ceddc5 #ddd4c5

Monochromatic Colors of #daddc5

#daddc5

Complementary Color

#daddc5 #c8c5dd

#daddc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddc5 Color CSS Codes

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

#daddc5 Text Font Color

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

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


#daddc5 Background Color

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

This div background color is #daddc5


#daddc5 Border Color

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

This div border color is #daddc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddc5


Comments

No comments written yet.

Please login to write comment.