Color Hex Logo

#dafacd Color Hex

#DAFACD
(218,250,205)
0 Favorites   0 Comments

Color spaces of #dafacd

RGB 218250205
HSL0.290.820.89
HSV103°18°98°
CMYK 0.130.000.18   0.02
XYZ74.118587.684470.7759
Yxy87.68440.31870.3770
Hunter Lab93.6399-22.582420.7348
CIE-Lab95.0279-18.347918.1780

#dafacd color RGB value is (218,250,205).

#dafacd hex color red value is 218, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dafacd hue: 0.29 , saturation: 0.82 and the lightness value of dafacd is 0.89.

The process color (four color CMYK) of #dafacd color hex is 0.13, 0.00, 0.18, 0.02. Web safe color of #dafacd is #ccffcc. Color #dafacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11001101
Octal 332 372 315
Decimal 218 250 205
Hex DA FA CD

RGB Percentages of Color #dafacd

%32.39
%37.15
%30.46

CMYK Percentages of Color #dafacd

%13
%0
%18
%2

Triadic Colors of #dafacd

#dafacd #cddafa #facdda

Analogous Colors of #dafacd

#dafacd #cdfad7 #f1facd

Monochromatic Colors of #dafacd

#dafacd

Complementary Color

#dafacd #edcdfa

#dafacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafacd Color CSS Codes

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

#dafacd Text Font Color

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

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


#dafacd Background Color

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

This div background color is #dafacd


#dafacd Border Color

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

This div border color is #dafacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafacd


Comments

No comments written yet.

Please login to write comment.