Color Hex Logo

#dcfe8a Color Hex

#DCFE8A
(220,254,138)
0 Favorites   0 Comments

Color spaces of #dcfe8a

RGB 220254138
HSL0.220.980.77
HSV78°46°100°
CMYK 0.130.000.46   0.00
XYZ69.544587.934237.3524
Yxy87.93420.35690.4513
Hunter Lab93.7732-31.723242.0245
CIE-Lab95.1332-28.470751.6021

#dcfe8a color RGB value is (220,254,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10001010
Octal 334 376 212
Decimal 220 254 138
Hex DC FE 8A

RGB Percentages of Color #dcfe8a

%35.95
%41.50
%22.55

CMYK Percentages of Color #dcfe8a

%13
%0
%46
%0

Triadic Colors of #dcfe8a

#dcfe8a #8adcfe #fe8adc

Analogous Colors of #dcfe8a

#dcfe8a #a2fe8a #fee68a

Monochromatic Colors of #dcfe8a

#dcfe8a

Complementary Color

#dcfe8a #ac8afe

#dcfe8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe8a Color CSS Codes

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

#dcfe8a Text Font Color

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

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


#dcfe8a Background Color

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

This div background color is #dcfe8a


#dcfe8a Border Color

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

This div border color is #dcfe8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe8a


Comments

No comments written yet.

Please login to write comment.