Color Hex Logo

#dcfdae Color Hex

#DCFDAE
(220,253,174)
0 Favorites   0 Comments

Color spaces of #dcfdae

RGB 220253174
HSL0.240.950.84
HSV85°31°99°
CMYK 0.130.000.31   0.01
XYZ72.280588.522253.3213
Yxy88.52220.33760.4134
Hunter Lab94.0862-27.520732.2591
CIE-Lab95.3804-23.703334.3914

#dcfdae color RGB value is (220,253,174).

#dcfdae hex color red value is 220, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dcfdae hue: 0.24 , saturation: 0.95 and the lightness value of dcfdae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 10101110
Octal 334 375 256
Decimal 220 253 174
Hex DC FD AE

RGB Percentages of Color #dcfdae

%34.00
%39.10
%26.89

CMYK Percentages of Color #dcfdae

%13
%0
%31
%1

Triadic Colors of #dcfdae

#dcfdae #aedcfd #fdaedc

Analogous Colors of #dcfdae

#dcfdae #b5fdae #fdf7ae

Monochromatic Colors of #dcfdae

#dcfdae

Complementary Color

#dcfdae #cfaefd

#dcfdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdae Color CSS Codes

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

#dcfdae Text Font Color

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

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


#dcfdae Background Color

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

This div background color is #dcfdae


#dcfdae Border Color

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

This div border color is #dcfdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdae


Comments

No comments written yet.

Please login to write comment.