Color Hex Logo

#dafde6 Color Hex

#DAFDE6
(218,253,230)
0 Favorites   0 Comments

Color spaces of #dafde6

RGB 218253230
HSL0.390.900.92
HSV141°14°99°
CMYK 0.140.000.09   0.01
XYZ78.321690.869288.2744
Yxy90.86920.30420.3529
Hunter Lab95.3253-20.159411.8232
CIE-Lab96.3562-15.53337.2278

#dafde6 color RGB value is (218,253,230).

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

The process color (four color CMYK) of #dafde6 color hex is 0.14, 0.00, 0.09, 0.01. Web safe color of #dafde6 is #ccffff. Color #dafde6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11100110
Octal 332 375 346
Decimal 218 253 230
Hex DA FD E6

RGB Percentages of Color #dafde6

%31.10
%36.09
%32.81

CMYK Percentages of Color #dafde6

%14
%0
%9
%1

Triadic Colors of #dafde6

#dafde6 #e6dafd #fde6da

Analogous Colors of #dafde6

#dafde6 #dafdf8 #e0fdda

Monochromatic Colors of #dafde6

#dafde6

Complementary Color

#dafde6 #fddaf1

#dafde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafde6 Color CSS Codes

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

#dafde6 Text Font Color

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

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


#dafde6 Background Color

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

This div background color is #dafde6


#dafde6 Border Color

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

This div border color is #dafde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafde6


Comments

No comments written yet.

Please login to write comment.