Color Hex Logo

#dafdde Color Hex

#DAFDDE
(218,253,222)
0 Favorites   0 Comments

Color spaces of #dafdde

RGB 218253222
HSL0.350.900.92
HSV127°14°99°
CMYK 0.140.000.12   0.01
XYZ77.223590.429982.4918
Yxy90.42990.30870.3615
Hunter Lab95.0946-21.461115.1339
CIE-Lab96.1748-16.952611.0796

#dafdde color RGB value is (218,253,222).

#dafdde hex color red value is 218, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dafdde hue: 0.35 , saturation: 0.90 and the lightness value of dafdde is 0.92.

The process color (four color CMYK) of #dafdde color hex is 0.14, 0.00, 0.12, 0.01. Web safe color of #dafdde is #ccffcc. Color #dafdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11011110
Octal 332 375 336
Decimal 218 253 222
Hex DA FD DE

RGB Percentages of Color #dafdde

%31.46
%36.51
%32.03

CMYK Percentages of Color #dafdde

%14
%0
%12
%1

Triadic Colors of #dafdde

#dafdde #dedafd #fddeda

Analogous Colors of #dafdde

#dafdde #dafdf0 #e8fdda

Monochromatic Colors of #dafdde

#dafdde

Complementary Color

#dafdde #fddaf9

#dafdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdde Color CSS Codes

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

#dafdde Text Font Color

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

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


#dafdde Background Color

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

This div background color is #dafdde


#dafdde Border Color

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

This div border color is #dafdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdde

#dafdde Color Palettes


Comments

No comments written yet.

Please login to write comment.