Color Hex Logo

#dadf9c Color Hex

#DADF9C
(218,223,156)
0 Favorites   0 Comments

Color spaces of #dadf9c

RGB 218223156
HSL0.180.510.74
HSV64°30°87°
CMYK 0.020.000.30   0.13
XYZ61.301970.081141.7485
Yxy70.08110.35410.4048
Hunter Lab83.7145-15.789429.0321
CIE-Lab87.0366-12.125332.3523

#dadf9c color RGB value is (218,223,156).

#dadf9c hex color red value is 218, green value is 223 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dadf9c hue: 0.18 , saturation: 0.51 and the lightness value of dadf9c is 0.74.

The process color (four color CMYK) of #dadf9c color hex is 0.02, 0.00, 0.30, 0.13. Web safe color of #dadf9c is #cccc99. Color #dadf9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 10011100
Octal 332 337 234
Decimal 218 223 156
Hex DA DF 9C

RGB Percentages of Color #dadf9c

%36.52
%37.35
%26.13

CMYK Percentages of Color #dadf9c

%2
%0
%30
%13

Triadic Colors of #dadf9c

#dadf9c #9cdadf #df9cda

Analogous Colors of #dadf9c

#dadf9c #b9df9c #dfc39c

Monochromatic Colors of #dadf9c

#dadf9c

Complementary Color

#dadf9c #a19cdf

#dadf9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadf9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadf9c Color CSS Codes

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

#dadf9c Text Font Color

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

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


#dadf9c Background Color

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

This div background color is #dadf9c


#dadf9c Border Color

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

This div border color is #dadf9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadf9c


Comments

No comments written yet.

Please login to write comment.