Color Hex Logo

#dcdf49 Color Hex

#DCDF49
(220,223,73)
0 Favorites   0 Comments

Color spaces of #dcdf49

RGB 22022373
HSL0.170.700.58
HSV61°67°87°
CMYK 0.010.000.67   0.13
XYZ57.105568.472016.5100
Yxy68.47200.40190.4819
Hunter Lab82.7478-21.623146.0938
CIE-Lab86.2419-18.791169.6296

#dcdf49 color RGB value is (220,223,73).

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

The process color (four color CMYK) of #dcdf49 color hex is 0.01, 0.00, 0.67, 0.13. Web safe color of #dcdf49 is #cccc33. Color #dcdf49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 01001001
Octal 334 337 111
Decimal 220 223 73
Hex DC DF 49

RGB Percentages of Color #dcdf49

%42.64
%43.22
%14.15

CMYK Percentages of Color #dcdf49

%1
%0
%67
%13

Triadic Colors of #dcdf49

#dcdf49 #49dcdf #df49dc

Analogous Colors of #dcdf49

#dcdf49 #91df49 #df9749

Monochromatic Colors of #dcdf49

#dcdf49

Complementary Color

#dcdf49 #4c49df

#dcdf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdf49 Color CSS Codes

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

#dcdf49 Text Font Color

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

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


#dcdf49 Background Color

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

This div background color is #dcdf49


#dcdf49 Border Color

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

This div border color is #dcdf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdf49


Comments

No comments written yet.

Please login to write comment.