Color Hex Logo

#dcde75 Color Hex

#DCDE75
(220,222,117)
0 Favorites   0 Comments

Color spaces of #dcde75

RGB 220222117
HSL0.170.610.66
HSV61°47°87°
CMYK 0.010.000.47   0.13
XYZ58.847468.742626.9967
Yxy68.74260.38070.4447
Hunter Lab82.9112-18.401638.7324
CIE-Lab86.3764-15.124050.8656

#dcde75 color RGB value is (220,222,117).

#dcde75 hex color red value is 220, green value is 222 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dcde75 hue: 0.17 , saturation: 0.61 and the lightness value of dcde75 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 01110101
Octal 334 336 165
Decimal 220 222 117
Hex DC DE 75

RGB Percentages of Color #dcde75

%39.36
%39.71
%20.93

CMYK Percentages of Color #dcde75

%1
%0
%47
%13

Triadic Colors of #dcde75

#dcde75 #75dcde #de75dc

Analogous Colors of #dcde75

#dcde75 #a8de75 #deac75

Monochromatic Colors of #dcde75

#dcde75

Complementary Color

#dcde75 #7775de

#dcde75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde75 Color CSS Codes

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

#dcde75 Text Font Color

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

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


#dcde75 Background Color

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

This div background color is #dcde75


#dcde75 Border Color

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

This div border color is #dcde75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde75


Comments

No comments written yet.

Please login to write comment.