Color Hex Logo

#daddb2 Color Hex

#DADDB2
(218,221,178)
0 Favorites   0 Comments

Color spaces of #daddb2

RGB 218221178
HSL0.180.390.78
HSV64°19°87°
CMYK 0.010.000.19   0.13
XYZ62.805869.832752.2883
Yxy69.83270.33960.3776
Hunter Lab83.5660-12.084921.3977
CIE-Lab86.9147-8.095720.8201

#daddb2 color RGB value is (218,221,178).

#daddb2 hex color red value is 218, green value is 221 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #daddb2 hue: 0.18 , saturation: 0.39 and the lightness value of daddb2 is 0.78.

The process color (four color CMYK) of #daddb2 color hex is 0.01, 0.00, 0.19, 0.13. Web safe color of #daddb2 is #cccc99. Color #daddb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10110010
Octal 332 335 262
Decimal 218 221 178
Hex DA DD B2

RGB Percentages of Color #daddb2

%35.33
%35.82
%28.85

CMYK Percentages of Color #daddb2

%1
%0
%19
%13

Triadic Colors of #daddb2

#daddb2 #b2dadd #ddb2da

Analogous Colors of #daddb2

#daddb2 #c5ddb2 #ddcbb2

Monochromatic Colors of #daddb2

#daddb2

Complementary Color

#daddb2 #b5b2dd

#daddb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddb2 Color CSS Codes

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

#daddb2 Text Font Color

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

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


#daddb2 Background Color

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

This div background color is #daddb2


#daddb2 Border Color

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

This div border color is #daddb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddb2


Comments

No comments written yet.

Please login to write comment.