Color Hex Logo

#dcf6ae Color Hex

#DCF6AE
(220,246,174)
0 Favorites   0 Comments

Color spaces of #dcf6ae

RGB 220246174
HSL0.230.800.82
HSV82°29°96°
CMYK 0.110.000.29   0.04
XYZ70.110984.183252.5981
Yxy84.18320.33890.4069
Hunter Lab91.7514-24.166030.2370
CIE-Lab93.5300-20.340431.9170

#dcf6ae color RGB value is (220,246,174).

#dcf6ae hex color red value is 220, green value is 246 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dcf6ae hue: 0.23 , saturation: 0.80 and the lightness value of dcf6ae is 0.82.

The process color (four color CMYK) of #dcf6ae color hex is 0.11, 0.00, 0.29, 0.04. Web safe color of #dcf6ae is #ccff99. Color #dcf6ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 10101110
Octal 334 366 256
Decimal 220 246 174
Hex DC F6 AE

RGB Percentages of Color #dcf6ae

%34.38
%38.44
%27.19

CMYK Percentages of Color #dcf6ae

%11
%0
%29
%4

Triadic Colors of #dcf6ae

#dcf6ae #aedcf6 #f6aedc

Analogous Colors of #dcf6ae

#dcf6ae #b8f6ae #f6ecae

Monochromatic Colors of #dcf6ae

#dcf6ae

Complementary Color

#dcf6ae #c8aef6

#dcf6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf6ae Color CSS Codes

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

#dcf6ae Text Font Color

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

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


#dcf6ae Background Color

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

This div background color is #dcf6ae


#dcf6ae Border Color

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

This div border color is #dcf6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf6ae


Comments

No comments written yet.

Please login to write comment.