Color Hex Logo

#dcdf5d Color Hex

#DCDF5D
(220,223,93)
0 Favorites   0 Comments

Color spaces of #dcdf5d

RGB 22022393
HSL0.170.670.62
HSV61°58°87°
CMYK 0.010.000.58   0.13
XYZ57.878768.781320.5815
Yxy68.78130.39310.4671
Hunter Lab82.9345-20.563043.3404
CIE-Lab86.3956-17.558161.7635

#dcdf5d color RGB value is (220,223,93).

#dcdf5d hex color red value is 220, green value is 223 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dcdf5d hue: 0.17 , saturation: 0.67 and the lightness value of dcdf5d is 0.62.

The process color (four color CMYK) of #dcdf5d color hex is 0.01, 0.00, 0.58, 0.13. Web safe color of #dcdf5d is #cccc66. Color #dcdf5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 01011101
Octal 334 337 135
Decimal 220 223 93
Hex DC DF 5D

RGB Percentages of Color #dcdf5d

%41.04
%41.60
%17.35

CMYK Percentages of Color #dcdf5d

%1
%0
%58
%13

Triadic Colors of #dcdf5d

#dcdf5d #5ddcdf #df5ddc

Analogous Colors of #dcdf5d

#dcdf5d #9bdf5d #dfa15d

Monochromatic Colors of #dcdf5d

#dcdf5d

Complementary Color

#dcdf5d #605ddf

#dcdf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdf5d Color CSS Codes

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

#dcdf5d Text Font Color

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

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


#dcdf5d Background Color

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

This div background color is #dcdf5d


#dcdf5d Border Color

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

This div border color is #dcdf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdf5d


Comments

No comments written yet.

Please login to write comment.