Color Hex Logo

#dafdcf Color Hex

#DAFDCF
(218,253,207)
0 Favorites   0 Comments

Color spaces of #dafdcf

RGB 218253207
HSL0.290.920.90
HSV106°18°99°
CMYK 0.140.000.18   0.01
XYZ75.301289.661072.3690
Yxy89.66100.31730.3778
Hunter Lab94.6895-23.755720.9687
CIE-Lab95.8560-19.482218.3155

#dafdcf color RGB value is (218,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111101 11001111
Octal 332 375 317
Decimal 218 253 207
Hex DA FD CF

RGB Percentages of Color #dafdcf

%32.15
%37.32
%30.53

CMYK Percentages of Color #dafdcf

%14
%0
%18
%1

Triadic Colors of #dafdcf

#dafdcf #cfdafd #fdcfda

Analogous Colors of #dafdcf

#dafdcf #cffddb #f1fdcf

Monochromatic Colors of #dafdcf

#dafdcf

Complementary Color

#dafdcf #f2cffd

#dafdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafdcf Color CSS Codes

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

#dafdcf Text Font Color

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

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


#dafdcf Background Color

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

This div background color is #dafdcf


#dafdcf Border Color

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

This div border color is #dafdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafdcf


Comments

No comments written yet.

Please login to write comment.