Color Hex Logo

#dafff7 Color Hex

#DAFFF7
(218,255,247)
0 Favorites   0 Comments

Color spaces of #dafff7

RGB 218255247
HSL0.461.000.93
HSV167°15°100°
CMYK 0.150.000.03   0.00
XYZ81.461993.1408101.6802
Yxy93.14080.29480.3371
Hunter Lab96.5095-18.22305.0900
CIE-Lab97.2847-13.3526-0.1704

#dafff7 color RGB value is (218,255,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11110111
Octal 332 377 367
Decimal 218 255 247
Hex DA FF F7

RGB Percentages of Color #dafff7

%30.28
%35.42
%34.31

CMYK Percentages of Color #dafff7

%15
%0
%3
%0

Triadic Colors of #dafff7

#dafff7 #f7daff #fff7da

Analogous Colors of #dafff7

#dafff7 #daf5ff #daffe5

Monochromatic Colors of #dafff7

#dafff7

Complementary Color

#dafff7 #ffdae2

#dafff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafff7 Color CSS Codes

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

#dafff7 Text Font Color

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

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


#dafff7 Background Color

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

This div background color is #dafff7


#dafff7 Border Color

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

This div border color is #dafff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafff7

#dafff7 Color Palettes


Comments

No comments written yet.

Please login to write comment.