Color Hex Logo

#dcfea9 Color Hex

#DCFEA9
(220,254,169)
0 Favorites   0 Comments

Color spaces of #dcfea9

RGB 220254169
HSL0.230.980.83
HSV84°33°100°
CMYK 0.130.000.33   0.00
XYZ72.118488.963850.9068
Yxy88.96380.34020.4197
Hunter Lab94.3206-28.578434.0244
CIE-Lab95.5653-24.841837.1265

#dcfea9 color RGB value is (220,254,169).

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

The process color (four color CMYK) of #dcfea9 color hex is 0.13, 0.00, 0.33, 0.00. Web safe color of #dcfea9 is #ccff99. Color #dcfea9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10101001
Octal 334 376 251
Decimal 220 254 169
Hex DC FE A9

RGB Percentages of Color #dcfea9

%34.21
%39.50
%26.28

CMYK Percentages of Color #dcfea9

%13
%0
%33
%0

Triadic Colors of #dcfea9

#dcfea9 #a9dcfe #fea9dc

Analogous Colors of #dcfea9

#dcfea9 #b2fea9 #fef6a9

Monochromatic Colors of #dcfea9

#dcfea9

Complementary Color

#dcfea9 #cba9fe

#dcfea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfea9 Color CSS Codes

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

#dcfea9 Text Font Color

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

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


#dcfea9 Background Color

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

This div background color is #dcfea9


#dcfea9 Border Color

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

This div border color is #dcfea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfea9


Comments

No comments written yet.

Please login to write comment.