Color Hex Logo

#dadd98 Color Hex

#DADD98
(218,221,152)
0 Favorites   0 Comments

Color spaces of #dadd98

RGB 218221152
HSL0.170.500.73
HSV63°31°87°
CMYK 0.010.000.31   0.13
XYZ60.437468.885339.8166
Yxy68.88530.35730.4073
Hunter Lab82.9972-15.263829.6546
CIE-Lab86.4472-11.625133.6127

#dadd98 color RGB value is (218,221,152).

#dadd98 hex color red value is 218, green value is 221 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dadd98 hue: 0.17 , saturation: 0.50 and the lightness value of dadd98 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10011000
Octal 332 335 230
Decimal 218 221 152
Hex DA DD 98

RGB Percentages of Color #dadd98

%36.89
%37.39
%25.72

CMYK Percentages of Color #dadd98

%1
%0
%31
%13

Triadic Colors of #dadd98

#dadd98 #98dadd #dd98da

Analogous Colors of #dadd98

#dadd98 #b8dd98 #ddbe98

Monochromatic Colors of #dadd98

#dadd98

Complementary Color

#dadd98 #9b98dd

#dadd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd98 Color CSS Codes

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

#dadd98 Text Font Color

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

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


#dadd98 Background Color

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

This div background color is #dadd98


#dadd98 Border Color

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

This div border color is #dadd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd98


Comments

No comments written yet.

Please login to write comment.