Color Hex Logo

#dcfebd Color Hex

#DCFEBD
(220,254,189)
0 Favorites   0 Comments

Color spaces of #dcfebd

RGB 220254189
HSL0.250.970.87
HSV91°26°100°
CMYK 0.130.000.26   0.00
XYZ74.142389.773461.5644
Yxy89.77340.32880.3981
Hunter Lab94.7488-26.131727.7997
CIE-Lab95.9027-22.069327.5543

#dcfebd color RGB value is (220,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10111101
Octal 334 376 275
Decimal 220 254 189
Hex DC FE BD

RGB Percentages of Color #dcfebd

%33.18
%38.31
%28.51

CMYK Percentages of Color #dcfebd

%13
%0
%26
%0

Triadic Colors of #dcfebd

#dcfebd #bddcfe #febddc

Analogous Colors of #dcfebd

#dcfebd #bdfebf #fdfebd

Monochromatic Colors of #dcfebd

#dcfebd

Complementary Color

#dcfebd #dfbdfe

#dcfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfebd Color CSS Codes

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

#dcfebd Text Font Color

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

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


#dcfebd Background Color

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

This div background color is #dcfebd


#dcfebd Border Color

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

This div border color is #dcfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfebd


Comments

No comments written yet.

Please login to write comment.