Color Hex Logo

#dcfea6 Color Hex

#DCFEA6
(220,254,166)
0 Favorites   0 Comments

Color spaces of #dcfea6

RGB 220254166
HSL0.230.980.82
HSV83°35°100°
CMYK 0.130.000.35   0.00
XYZ71.839988.852449.4403
Yxy88.85240.34190.4228
Hunter Lab94.2616-28.916934.8854
CIE-Lab95.5187-25.228838.5513

#dcfea6 color RGB value is (220,254,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10100110
Octal 334 376 246
Decimal 220 254 166
Hex DC FE A6

RGB Percentages of Color #dcfea6

%34.38
%39.69
%25.94

CMYK Percentages of Color #dcfea6

%13
%0
%35
%0

Triadic Colors of #dcfea6

#dcfea6 #a6dcfe #fea6dc

Analogous Colors of #dcfea6

#dcfea6 #b0fea6 #fef4a6

Monochromatic Colors of #dcfea6

#dcfea6

Complementary Color

#dcfea6 #c8a6fe

#dcfea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfea6 Color CSS Codes

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

#dcfea6 Text Font Color

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

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


#dcfea6 Background Color

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

This div background color is #dcfea6


#dcfea6 Border Color

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

This div border color is #dcfea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfea6


Comments

No comments written yet.

Please login to write comment.