Color Hex Logo

#dafffd Color Hex

#DAFFFD
(218,255,253)
0 Favorites   0 Comments

Color spaces of #dafffd

RGB 218255253
HSL0.491.000.93
HSV177°15°100°
CMYK 0.150.000.01   0.00
XYZ82.403193.5173106.6360
Yxy93.51730.29160.3310
Hunter Lab96.7043-17.13032.3139
CIE-Lab97.4372-12.1875-3.0333

#dafffd color RGB value is (218,255,253).

#dafffd hex color red value is 218, green value is 255 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dafffd hue: 0.49 , saturation: 1.00 and the lightness value of dafffd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11111101
Octal 332 377 375
Decimal 218 255 253
Hex DA FF FD

RGB Percentages of Color #dafffd

%30.03
%35.12
%34.85

CMYK Percentages of Color #dafffd

%15
%0
%1
%0

Triadic Colors of #dafffd

#dafffd #fddaff #fffdda

Analogous Colors of #dafffd

#dafffd #daefff #daffeb

Monochromatic Colors of #dafffd

#dafffd

Complementary Color

#dafffd #ffdadc

#dafffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafffd Color CSS Codes

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

#dafffd Text Font Color

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

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


#dafffd Background Color

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

This div background color is #dafffd


#dafffd Border Color

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

This div border color is #dafffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafffd

Related Colors


Comments

No comments written yet.

Please login to write comment.