Color Hex Logo

#dcfec0 Color Hex

#DCFEC0
(220,254,192)
0 Favorites   0 Comments

Color spaces of #dcfec0

RGB 220254192
HSL0.260.970.87
HSV93°24°100°
CMYK 0.130.000.24   0.00
XYZ74.471489.905063.2975
Yxy89.90500.32710.3949
Hunter Lab94.8182-25.735926.7927
CIE-Lab95.9573-21.624926.1110

#dcfec0 color RGB value is (220,254,192).

#dcfec0 hex color red value is 220, green value is 254 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dcfec0 hue: 0.26 , saturation: 0.97 and the lightness value of dcfec0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11000000
Octal 334 376 300
Decimal 220 254 192
Hex DC FE C0

RGB Percentages of Color #dcfec0

%33.03
%38.14
%28.83

CMYK Percentages of Color #dcfec0

%13
%0
%24
%0

Triadic Colors of #dcfec0

#dcfec0 #c0dcfe #fec0dc

Analogous Colors of #dcfec0

#dcfec0 #c0fec3 #fbfec0

Monochromatic Colors of #dcfec0

#dcfec0

Complementary Color

#dcfec0 #e2c0fe

#dcfec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfec0 Color CSS Codes

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

#dcfec0 Text Font Color

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

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


#dcfec0 Background Color

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

This div background color is #dcfec0


#dcfec0 Border Color

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

This div border color is #dcfec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfec0

Related Colors


Comments

No comments written yet.

Please login to write comment.