Color Hex Logo

#dafcdd Color Hex

#DAFCDD
(218,252,221)
0 Favorites   0 Comments

Color spaces of #dafcdd

RGB 218252221
HSL0.350.850.92
HSV125°13°99°
CMYK 0.130.000.12   0.01
XYZ76.775089.746781.6830
Yxy89.74670.30930.3616
Hunter Lab94.7347-21.125715.1928
CIE-Lab95.8916-16.636911.1891

#dafcdd color RGB value is (218,252,221).

#dafcdd hex color red value is 218, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dafcdd hue: 0.35 , saturation: 0.85 and the lightness value of dafcdd is 0.92.

The process color (four color CMYK) of #dafcdd color hex is 0.13, 0.00, 0.12, 0.01. Web safe color of #dafcdd is #ccffcc. Color #dafcdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11011101
Octal 332 374 335
Decimal 218 252 221
Hex DA FC DD

RGB Percentages of Color #dafcdd

%31.55
%36.47
%31.98

CMYK Percentages of Color #dafcdd

%13
%0
%12
%1

Triadic Colors of #dafcdd

#dafcdd #dddafc #fcddda

Analogous Colors of #dafcdd

#dafcdd #dafcee #e8fcda

Monochromatic Colors of #dafcdd

#dafcdd

Complementary Color

#dafcdd #fcdaf9

#dafcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcdd Color CSS Codes

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

#dafcdd Text Font Color

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

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


#dafcdd Background Color

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

This div background color is #dafcdd


#dafcdd Border Color

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

This div border color is #dafcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcdd


Comments

No comments written yet.

Please login to write comment.