Color Hex Logo

#dced70 Color Hex

#DCED70
(220,237,112)
0 Favorites   0 Comments

Color spaces of #dced70

RGB 220237112
HSL0.190.780.68
HSV68°53°93°
CMYK 0.070.000.53   0.07
XYZ62.724076.953926.8769
Yxy76.95390.37660.4620
Hunter Lab87.7234-25.884843.2409
CIE-Lab90.3004-22.878257.8172

#dced70 color RGB value is (220,237,112).

#dced70 hex color red value is 220, green value is 237 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dced70 hue: 0.19 , saturation: 0.78 and the lightness value of dced70 is 0.68.

The process color (four color CMYK) of #dced70 color hex is 0.07, 0.00, 0.53, 0.07. Web safe color of #dced70 is #ccff66. Color #dced70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 01110000
Octal 334 355 160
Decimal 220 237 112
Hex DC ED 70

RGB Percentages of Color #dced70

%38.66
%41.65
%19.68

CMYK Percentages of Color #dced70

%7
%0
%53
%7

Triadic Colors of #dced70

#dced70 #70dced #ed70dc

Analogous Colors of #dced70

#dced70 #9eed70 #edc070

Monochromatic Colors of #dced70

#dced70

Complementary Color

#dced70 #8170ed

#dced70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced70 Color CSS Codes

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

#dced70 Text Font Color

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

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


#dced70 Background Color

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

This div background color is #dced70


#dced70 Border Color

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

This div border color is #dced70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced70


Comments

No comments written yet.

Please login to write comment.