Color Hex Logo

#dafcad Color Hex

#DAFCAD
(218,252,173)
0 Favorites   0 Comments

Color spaces of #dafcad

RGB 218252173
HSL0.240.930.83
HSV86°31°99°
CMYK 0.130.000.31   0.01
XYZ71.266787.543452.6766
Yxy87.54340.33700.4139
Hunter Lab93.5646-27.777532.1152
CIE-Lab94.9683-24.071134.3189

#dafcad color RGB value is (218,252,173).

#dafcad hex color red value is 218, green value is 252 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dafcad hue: 0.24 , saturation: 0.93 and the lightness value of dafcad is 0.83.

The process color (four color CMYK) of #dafcad color hex is 0.13, 0.00, 0.31, 0.01. Web safe color of #dafcad is #ccff99. Color #dafcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10101101
Octal 332 374 255
Decimal 218 252 173
Hex DA FC AD

RGB Percentages of Color #dafcad

%33.90
%39.19
%26.91

CMYK Percentages of Color #dafcad

%13
%0
%31
%1

Triadic Colors of #dafcad

#dafcad #addafc #fcadda

Analogous Colors of #dafcad

#dafcad #b3fcad #fcf7ad

Monochromatic Colors of #dafcad

#dafcad

Complementary Color

#dafcad #cfadfc

#dafcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcad Color CSS Codes

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

#dafcad Text Font Color

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

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


#dafcad Background Color

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

This div background color is #dafcad


#dafcad Border Color

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

This div border color is #dafcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcad


Comments

No comments written yet.

Please login to write comment.