Color Hex Logo

#dcffda Color Hex

#DCFFDA
(220,255,218)
0 Favorites   0 Comments

Color spaces of #dcffda

RGB 220255218
HSL0.321.000.93
HSV117°15°100°
CMYK 0.140.000.15   0.00
XYZ77.930191.797679.9410
Yxy91.79760.31210.3677
Hunter Lab95.8111-22.482317.5985
CIE-Lab96.7375-17.959313.9487

#dcffda color RGB value is (220,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11011010
Octal 334 377 332
Decimal 220 255 218
Hex DC FF DA

RGB Percentages of Color #dcffda

%31.75
%36.80
%31.46

CMYK Percentages of Color #dcffda

%14
%0
%15
%0

Triadic Colors of #dcffda

#dcffda #dadcff #ffdadc

Analogous Colors of #dcffda

#dcffda #daffeb #efffda

Monochromatic Colors of #dcffda

#dcffda

Complementary Color

#dcffda #fddaff

#dcffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffda Color CSS Codes

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

#dcffda Text Font Color

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

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


#dcffda Background Color

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

This div background color is #dcffda


#dcffda Border Color

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

This div border color is #dcffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffda

#dcffda Color Palettes


Comments

No comments written yet.

Please login to write comment.