Color Hex Logo

#dcfaa9 Color Hex

#DCFAA9
(220,250,169)
0 Favorites   0 Comments

Color spaces of #dcfaa9

RGB 220250169
HSL0.230.890.82
HSV82°32°98°
CMYK 0.120.000.32   0.02
XYZ70.862286.451450.4881
Yxy86.45140.34100.4160
Hunter Lab92.9792-26.673632.8908
CIE-Lab94.5050-22.935035.7252

#dcfaa9 color RGB value is (220,250,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10101001
Octal 334 372 251
Decimal 220 250 169
Hex DC FA A9

RGB Percentages of Color #dcfaa9

%34.43
%39.12
%26.45

CMYK Percentages of Color #dcfaa9

%12
%0
%32
%2

Triadic Colors of #dcfaa9

#dcfaa9 #a9dcfa #faa9dc

Analogous Colors of #dcfaa9

#dcfaa9 #b4faa9 #faf0a9

Monochromatic Colors of #dcfaa9

#dcfaa9

Complementary Color

#dcfaa9 #c7a9fa

#dcfaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfaa9 Color CSS Codes

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

#dcfaa9 Text Font Color

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

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


#dcfaa9 Background Color

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

This div background color is #dcfaa9


#dcfaa9 Border Color

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

This div border color is #dcfaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfaa9


Comments

No comments written yet.

Please login to write comment.