Color Hex Logo

#dcfaae Color Hex

#DCFAAE
(220,250,174)
0 Favorites   0 Comments

Color spaces of #dcfaae

RGB 220250174
HSL0.230.880.83
HSV84°30°98°
CMYK 0.120.000.30   0.02
XYZ71.340886.642953.0081
Yxy86.64290.33810.4106
Hunter Lab93.0822-26.086431.3933
CIE-Lab94.5866-22.268133.3319

#dcfaae color RGB value is (220,250,174).

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

The process color (four color CMYK) of #dcfaae color hex is 0.12, 0.00, 0.30, 0.02. Web safe color of #dcfaae is #ccff99. Color #dcfaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10101110
Octal 334 372 256
Decimal 220 250 174
Hex DC FA AE

RGB Percentages of Color #dcfaae

%34.16
%38.82
%27.02

CMYK Percentages of Color #dcfaae

%12
%0
%30
%2

Triadic Colors of #dcfaae

#dcfaae #aedcfa #faaedc

Analogous Colors of #dcfaae

#dcfaae #b6faae #faf2ae

Monochromatic Colors of #dcfaae

#dcfaae

Complementary Color

#dcfaae #ccaefa

#dcfaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfaae Color CSS Codes

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

#dcfaae Text Font Color

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

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


#dcfaae Background Color

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

This div background color is #dcfaae


#dcfaae Border Color

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

This div border color is #dcfaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfaae


Comments

No comments written yet.

Please login to write comment.