Color Hex Logo

#dcfed4 Color Hex

#DCFED4
(220,254,212)
0 Favorites   0 Comments

Color spaces of #dcfed4

RGB 220254212
HSL0.300.950.91
HSV109°17°100°
CMYK 0.130.000.17   0.00
XYZ76.840790.852775.7738
Yxy90.85270.31560.3732
Hunter Lab95.3167-22.904319.5880
CIE-Lab96.3494-18.477216.4707

#dcfed4 color RGB value is (220,254,212).

#dcfed4 hex color red value is 220, green value is 254 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #dcfed4 hue: 0.30 , saturation: 0.95 and the lightness value of dcfed4 is 0.91.

The process color (four color CMYK) of #dcfed4 color hex is 0.13, 0.00, 0.17, 0.00. Web safe color of #dcfed4 is #ccffcc. Color #dcfed4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11010100
Octal 334 376 324
Decimal 220 254 212
Hex DC FE D4

RGB Percentages of Color #dcfed4

%32.07
%37.03
%30.90

CMYK Percentages of Color #dcfed4

%13
%0
%17
%0

Triadic Colors of #dcfed4

#dcfed4 #d4dcfe #fed4dc

Analogous Colors of #dcfed4

#dcfed4 #d4fee1 #f1fed4

Monochromatic Colors of #dcfed4

#dcfed4

Complementary Color

#dcfed4 #f6d4fe

#dcfed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfed4 Color CSS Codes

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

#dcfed4 Text Font Color

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

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


#dcfed4 Background Color

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

This div background color is #dcfed4


#dcfed4 Border Color

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

This div border color is #dcfed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfed4

Related Colors


Comments

No comments written yet.

Please login to write comment.