Color Hex Logo

#dffdac Color Hex

#DFFDAC
(223,253,172)
0 Favorites   0 Comments

Color spaces of #dffdac

RGB 223253172
HSL0.230.950.83
HSV82°32°99°
CMYK 0.120.000.32   0.01
XYZ73.003188.917152.3448
Yxy88.91710.34070.4150
Hunter Lab94.2959-26.824533.0945
CIE-Lab95.5458-22.900435.6448

#dffdac color RGB value is (223,253,172).

#dffdac hex color red value is 223, green value is 253 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dffdac hue: 0.23 , saturation: 0.95 and the lightness value of dffdac is 0.83.

The process color (four color CMYK) of #dffdac color hex is 0.12, 0.00, 0.32, 0.01. Web safe color of #dffdac is #ccff99. Color #dffdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 10101100
Octal 337 375 254
Decimal 223 253 172
Hex DF FD AC

RGB Percentages of Color #dffdac

%34.41
%39.04
%26.54

CMYK Percentages of Color #dffdac

%12
%0
%32
%1

Triadic Colors of #dffdac

#dffdac #acdffd #fdacdf

Analogous Colors of #dffdac

#dffdac #b7fdac #fdf3ac

Monochromatic Colors of #dffdac

#dffdac

Complementary Color

#dffdac #caacfd

#dffdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdac Color CSS Codes

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

#dffdac Text Font Color

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

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


#dffdac Background Color

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

This div background color is #dffdac


#dffdac Border Color

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

This div border color is #dffdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdac


Comments

No comments written yet.

Please login to write comment.