Color Hex Logo

#dff0ad Color Hex

#DFF0AD
(223,240,173)
0 Favorites   0 Comments

Color spaces of #dff0ad

RGB 223240173
HSL0.210.690.81
HSV75°28°94°
CMYK 0.070.000.28   0.06
XYZ69.134381.025351.5308
Yxy81.02530.34280.4017
Hunter Lab90.0141-20.429629.0678
CIE-Lab92.1429-16.469130.5942

#dff0ad color RGB value is (223,240,173).

#dff0ad hex color red value is 223, green value is 240 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dff0ad hue: 0.21 , saturation: 0.69 and the lightness value of dff0ad is 0.81.

The process color (four color CMYK) of #dff0ad color hex is 0.07, 0.00, 0.28, 0.06. Web safe color of #dff0ad is #ccff99. Color #dff0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 10101101
Octal 337 360 255
Decimal 223 240 173
Hex DF F0 AD

RGB Percentages of Color #dff0ad

%35.06
%37.74
%27.20

CMYK Percentages of Color #dff0ad

%7
%0
%28
%6

Triadic Colors of #dff0ad

#dff0ad #addff0 #f0addf

Analogous Colors of #dff0ad

#dff0ad #bef0ad #f0e0ad

Monochromatic Colors of #dff0ad

#dff0ad

Complementary Color

#dff0ad #beadf0

#dff0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff0ad Color CSS Codes

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

#dff0ad Text Font Color

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

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


#dff0ad Background Color

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

This div background color is #dff0ad


#dff0ad Border Color

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

This div border color is #dff0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff0ad


Comments

No comments written yet.

Please login to write comment.