Color Hex Logo

#dafdac Color Hex

#DAFDAC
(218,253,172)
0 Favorites   0 Comments

Color spaces of #dafdac

RGB 218253172
HSL0.240.950.83
HSV86°32°99°
CMYK 0.140.000.32   0.01
XYZ71.485188.134552.2737
Yxy88.13450.33740.4159
Hunter Lab93.8800-28.370832.7025
CIE-Lab95.2175-24.681735.1498

#dafdac color RGB value is (218,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10101100
Octal 332 375 254
Decimal 218 253 172
Hex DA FD AC

RGB Percentages of Color #dafdac

%33.90
%39.35
%26.75

CMYK Percentages of Color #dafdac

%14
%0
%32
%1

Triadic Colors of #dafdac

#dafdac #acdafd #fdacda

Analogous Colors of #dafdac

#dafdac #b2fdac #fdf8ac

Monochromatic Colors of #dafdac

#dafdac

Complementary Color

#dafdac #cfacfd

#dafdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdac Color CSS Codes

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

#dafdac Text Font Color

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

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


#dafdac Background Color

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

This div background color is #dafdac


#dafdac Border Color

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

This div border color is #dafdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,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 #dafdac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdac

Related Colors


Comments

No comments written yet.

Please login to write comment.