Color Hex Logo

#dcec74 Color Hex

#DCEC74
(220,236,116)
0 Favorites   0 Comments

Color spaces of #dcec74

RGB 220236116
HSL0.190.760.69
HSV68°51°93°
CMYK 0.070.000.51   0.07
XYZ62.663076.467527.9800
Yxy76.46750.37500.4576
Hunter Lab87.4457-25.118142.2410
CIE-Lab90.0760-22.052055.7368

#dcec74 color RGB value is (220,236,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 01110100
Octal 334 354 164
Decimal 220 236 116
Hex DC EC 74

RGB Percentages of Color #dcec74

%38.46
%41.26
%20.28

CMYK Percentages of Color #dcec74

%7
%0
%51
%7

Triadic Colors of #dcec74

#dcec74 #74dcec #ec74dc

Analogous Colors of #dcec74

#dcec74 #a0ec74 #ecc074

Monochromatic Colors of #dcec74

#dcec74

Complementary Color

#dcec74 #8474ec

#dcec74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcec74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcec74 Color CSS Codes

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

#dcec74 Text Font Color

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

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


#dcec74 Background Color

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

This div background color is #dcec74


#dcec74 Border Color

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

This div border color is #dcec74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcec74


Comments

No comments written yet.

Please login to write comment.