Color Hex Logo

#dcfea4 Color Hex

#DCFEA4
(220,254,164)
0 Favorites   0 Comments

Color spaces of #dcfea4

RGB 220254164
HSL0.230.980.82
HSV83°35°100°
CMYK 0.130.000.35   0.00
XYZ71.657988.779648.4814
Yxy88.77960.34300.4249
Hunter Lab94.2229-29.138335.4490
CIE-Lab95.4882-25.482439.4991

#dcfea4 color RGB value is (220,254,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10100100
Octal 334 376 244
Decimal 220 254 164
Hex DC FE A4

RGB Percentages of Color #dcfea4

%34.48
%39.81
%25.71

CMYK Percentages of Color #dcfea4

%13
%0
%35
%0

Triadic Colors of #dcfea4

#dcfea4 #a4dcfe #fea4dc

Analogous Colors of #dcfea4

#dcfea4 #affea4 #fef3a4

Monochromatic Colors of #dcfea4

#dcfea4

Complementary Color

#dcfea4 #c6a4fe

#dcfea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfea4 Color CSS Codes

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

#dcfea4 Text Font Color

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

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


#dcfea4 Background Color

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

This div background color is #dcfea4


#dcfea4 Border Color

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

This div border color is #dcfea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfea4

Related Colors


Comments

No comments written yet.

Please login to write comment.