Color Hex Logo

#dafccd Color Hex

#DAFCCD
(218,252,205)
0 Favorites   0 Comments

Color spaces of #dafccd

RGB 218252205
HSL0.290.890.90
HSV103°19°99°
CMYK 0.130.000.19   0.01
XYZ74.743388.934070.9842
Yxy88.93400.31850.3790
Hunter Lab94.3048-23.559521.3852
CIE-Lab95.5528-19.321018.9133

#dafccd color RGB value is (218,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 11001101
Octal 332 374 315
Decimal 218 252 205
Hex DA FC CD

RGB Percentages of Color #dafccd

%32.30
%37.33
%30.37

CMYK Percentages of Color #dafccd

%13
%0
%19
%1

Triadic Colors of #dafccd

#dafccd #cddafc #fccdda

Analogous Colors of #dafccd

#dafccd #cdfcd8 #f2fccd

Monochromatic Colors of #dafccd

#dafccd

Complementary Color

#dafccd #efcdfc

#dafccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafccd Color CSS Codes

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

#dafccd Text Font Color

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

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


#dafccd Background Color

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

This div background color is #dafccd


#dafccd Border Color

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

This div border color is #dafccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,252,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 #dafccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafccd


Comments

No comments written yet.

Please login to write comment.