Color Hex Logo

#dcec70 Color Hex

#DCEC70
(220,236,112)
0 Favorites   0 Comments

Color spaces of #dcec70

RGB 220236112
HSL0.190.770.68
HSV68°53°93°
CMYK 0.070.000.53   0.07
XYZ62.435376.376426.7807
Yxy76.37640.37700.4612
Hunter Lab87.3936-25.415743.0068
CIE-Lab90.0338-22.398157.5074

#dcec70 color RGB value is (220,236,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 01110000
Octal 334 354 160
Decimal 220 236 112
Hex DC EC 70

RGB Percentages of Color #dcec70

%38.73
%41.55
%19.72

CMYK Percentages of Color #dcec70

%7
%0
%53
%7

Triadic Colors of #dcec70

#dcec70 #70dcec #ec70dc

Analogous Colors of #dcec70

#dcec70 #9eec70 #ecbe70

Monochromatic Colors of #dcec70

#dcec70

Complementary Color

#dcec70 #8070ec

#dcec70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcec70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcec70 Color CSS Codes

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

#dcec70 Text Font Color

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

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


#dcec70 Background Color

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

This div background color is #dcec70


#dcec70 Border Color

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

This div border color is #dcec70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,236,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 #dcec70">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcec70


Comments

No comments written yet.

Please login to write comment.