Color Hex Logo

#dcfe9a Color Hex

#DCFE9A
(220,254,154)
0 Favorites   0 Comments

Color spaces of #dcfe9a

RGB 220254154
HSL0.220.980.80
HSV80°39°100°
CMYK 0.130.000.39   0.00
XYZ70.789788.432443.9100
Yxy88.43240.34850.4353
Hunter Lab94.0385-30.197338.1423
CIE-Lab95.3427-26.700444.2076

#dcfe9a color RGB value is (220,254,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10011010
Octal 334 376 232
Decimal 220 254 154
Hex DC FE 9A

RGB Percentages of Color #dcfe9a

%35.03
%40.45
%24.52

CMYK Percentages of Color #dcfe9a

%13
%0
%39
%0

Triadic Colors of #dcfe9a

#dcfe9a #9adcfe #fe9adc

Analogous Colors of #dcfe9a

#dcfe9a #aafe9a #feee9a

Monochromatic Colors of #dcfe9a

#dcfe9a

Complementary Color

#dcfe9a #bc9afe

#dcfe9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe9a Color CSS Codes

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

#dcfe9a Text Font Color

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

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


#dcfe9a Background Color

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

This div background color is #dcfe9a


#dcfe9a Border Color

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

This div border color is #dcfe9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe9a


Comments

No comments written yet.

Please login to write comment.