Color Hex Logo

#dcec40 Color Hex

#DCEC40
(220,236,64)
0 Favorites   0 Comments

Color spaces of #dcec40

RGB 22023664
HSL0.180.820.59
HSV66°73°93°
CMYK 0.070.000.73   0.07
XYZ60.436175.576716.2529
Yxy75.57670.39690.4963
Hunter Lab86.9349-28.044949.7698
CIE-Lab89.6624-25.486976.0836

#dcec40 color RGB value is (220,236,64).

#dcec40 hex color red value is 220, green value is 236 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #dcec40 hue: 0.18 , saturation: 0.82 and the lightness value of dcec40 is 0.59.

The process color (four color CMYK) of #dcec40 color hex is 0.07, 0.00, 0.73, 0.07. Web safe color of #dcec40 is #ccff33. Color #dcec40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 01000000
Octal 334 354 100
Decimal 220 236 64
Hex DC EC 40

RGB Percentages of Color #dcec40

%42.31
%45.38
%12.31

CMYK Percentages of Color #dcec40

%7
%0
%73
%7

Triadic Colors of #dcec40

#dcec40 #40dcec #ec40dc

Analogous Colors of #dcec40

#dcec40 #86ec40 #eca640

Monochromatic Colors of #dcec40

#dcec40

Complementary Color

#dcec40 #5040ec

#dcec40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcec40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcec40 Color CSS Codes

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

#dcec40 Text Font Color

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

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


#dcec40 Background Color

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

This div background color is #dcec40


#dcec40 Border Color

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

This div border color is #dcec40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcec40


Comments

No comments written yet.

Please login to write comment.