Color Hex Logo

#dcffa9 Color Hex

#DCFFA9
(220,255,169)
0 Favorites   0 Comments

Color spaces of #dcffa9

RGB 220255169
HSL0.231.000.83
HSV84°34°100°
CMYK 0.140.000.34   0.00
XYZ72.436689.600251.0129
Yxy89.60020.34000.4206
Hunter Lab94.6574-29.053234.3075
CIE-Lab95.8307-25.316037.4763

#dcffa9 color RGB value is (220,255,169).

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

The process color (four color CMYK) of #dcffa9 color hex is 0.14, 0.00, 0.34, 0.00. Web safe color of #dcffa9 is #ccff99. Color #dcffa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 10101001
Octal 334 377 251
Decimal 220 255 169
Hex DC FF A9

RGB Percentages of Color #dcffa9

%34.16
%39.60
%26.24

CMYK Percentages of Color #dcffa9

%14
%0
%34
%0

Triadic Colors of #dcffa9

#dcffa9 #a9dcff #ffa9dc

Analogous Colors of #dcffa9

#dcffa9 #b1ffa9 #fff7a9

Monochromatic Colors of #dcffa9

#dcffa9

Complementary Color

#dcffa9 #cca9ff

#dcffa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffa9 Color CSS Codes

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

#dcffa9 Text Font Color

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

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


#dcffa9 Background Color

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

This div background color is #dcffa9


#dcffa9 Border Color

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

This div border color is #dcffa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffa9

Related Colors


Comments

No comments written yet.

Please login to write comment.