Color Hex Logo

#dafdae Color Hex

#DAFDAE
(218,253,174)
0 Favorites   0 Comments

Color spaces of #dafdae

RGB 218253174
HSL0.240.950.84
HSV87°31°99°
CMYK 0.140.000.31   0.01
XYZ71.678788.212053.2931
Yxy88.21200.33620.4138
Hunter Lab93.9212-28.134832.1023
CIE-Lab95.2501-24.412034.1946

#dafdae color RGB value is (218,253,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 10101110
Octal 332 375 256
Decimal 218 253 174
Hex DA FD AE

RGB Percentages of Color #dafdae

%33.80
%39.22
%26.98

CMYK Percentages of Color #dafdae

%14
%0
%31
%1

Triadic Colors of #dafdae

#dafdae #aedafd #fdaeda

Analogous Colors of #dafdae

#dafdae #b3fdae #fdf9ae

Monochromatic Colors of #dafdae

#dafdae

Complementary Color

#dafdae #d1aefd

#dafdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdae Color CSS Codes

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

#dafdae Text Font Color

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

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


#dafdae Background Color

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

This div background color is #dafdae


#dafdae Border Color

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

This div border color is #dafdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdae


Comments

No comments written yet.

Please login to write comment.