Color Hex Logo

#dcfaaa Color Hex

#DCFAAA
(220,250,170)
0 Favorites   0 Comments

Color spaces of #dcfaaa

RGB 220250170
HSL0.230.890.82
HSV82°32°98°
CMYK 0.120.000.32   0.02
XYZ70.956586.489150.9845
Yxy86.48910.34040.4150
Hunter Lab92.9995-26.557732.5955
CIE-Lab94.5211-22.803235.2472

#dcfaaa color RGB value is (220,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10101010
Octal 334 372 252
Decimal 220 250 170
Hex DC FA AA

RGB Percentages of Color #dcfaaa

%34.38
%39.06
%26.56

CMYK Percentages of Color #dcfaaa

%12
%0
%32
%2

Triadic Colors of #dcfaaa

#dcfaaa #aadcfa #faaadc

Analogous Colors of #dcfaaa

#dcfaaa #b4faaa #faf0aa

Monochromatic Colors of #dcfaaa

#dcfaaa

Complementary Color

#dcfaaa #c8aafa

#dcfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfaaa Color CSS Codes

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

#dcfaaa Text Font Color

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

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


#dcfaaa Background Color

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

This div background color is #dcfaaa


#dcfaaa Border Color

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

This div border color is #dcfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfaaa

Related Colors


Comments

No comments written yet.

Please login to write comment.