Color Hex Logo

#dafde2 Color Hex

#DAFDE2
(218,253,226)
0 Favorites   0 Comments

Color spaces of #dafde2

RGB 218253226
HSL0.370.900.92
HSV134°14°99°
CMYK 0.140.000.11   0.01
XYZ77.766290.647085.3494
Yxy90.64700.30650.3572
Hunter Lab95.2087-20.817013.4959
CIE-Lab96.2645-16.24899.1528

#dafde2 color RGB value is (218,253,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11100010
Octal 332 375 342
Decimal 218 253 226
Hex DA FD E2

RGB Percentages of Color #dafde2

%31.28
%36.30
%32.42

CMYK Percentages of Color #dafde2

%14
%0
%11
%1

Triadic Colors of #dafde2

#dafde2 #e2dafd #fde2da

Analogous Colors of #dafde2

#dafde2 #dafdf4 #e4fdda

Monochromatic Colors of #dafde2

#dafde2

Complementary Color

#dafde2 #fddaf5

#dafde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafde2 Color CSS Codes

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

#dafde2 Text Font Color

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

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


#dafde2 Background Color

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

This div background color is #dafde2


#dafde2 Border Color

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

This div border color is #dafde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafde2


Comments

No comments written yet.

Please login to write comment.