Color Hex Logo

#dcffe0 Color Hex

#DCFFE0
(220,255,224)
0 Favorites   0 Comments

Color spaces of #dcffe0

RGB 220255224
HSL0.351.000.93
HSV127°14°100°
CMYK 0.140.000.12   0.00
XYZ78.729792.117584.1520
Yxy92.11750.30870.3612
Hunter Lab95.9779-21.539515.1999
CIE-Lab96.8683-16.928011.0602

#dcffe0 color RGB value is (220,255,224).

#dcffe0 hex color red value is 220, green value is 255 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dcffe0 hue: 0.35 , saturation: 1.00 and the lightness value of dcffe0 is 0.93.

The process color (four color CMYK) of #dcffe0 color hex is 0.14, 0.00, 0.12, 0.00. Web safe color of #dcffe0 is #ccffcc. Color #dcffe0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11100000
Octal 334 377 340
Decimal 220 255 224
Hex DC FF E0

RGB Percentages of Color #dcffe0

%31.47
%36.48
%32.05

CMYK Percentages of Color #dcffe0

%14
%0
%12
%0

Triadic Colors of #dcffe0

#dcffe0 #e0dcff #ffe0dc

Analogous Colors of #dcffe0

#dcffe0 #dcfff2 #eaffdc

Monochromatic Colors of #dcffe0

#dcffe0

Complementary Color

#dcffe0 #ffdcfb

#dcffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffe0 Color CSS Codes

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

#dcffe0 Text Font Color

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

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


#dcffe0 Background Color

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

This div background color is #dcffe0


#dcffe0 Border Color

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

This div border color is #dcffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffe0


Comments

No comments written yet.

Please login to write comment.