Color Hex Logo

#dcec73 Color Hex

#DCEC73
(220,236,115)
0 Favorites   0 Comments

Color spaces of #dcec73

RGB 220236115
HSL0.190.760.69
HSV68°51°93°
CMYK 0.070.000.51   0.07
XYZ62.605276.444427.6752
Yxy76.44440.37550.4585
Hunter Lab87.4325-25.193642.4355
CIE-Lab90.0653-22.139856.1818

#dcec73 color RGB value is (220,236,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 01110011
Octal 334 354 163
Decimal 220 236 115
Hex DC EC 73

RGB Percentages of Color #dcec73

%38.53
%41.33
%20.14

CMYK Percentages of Color #dcec73

%7
%0
%51
%7

Triadic Colors of #dcec73

#dcec73 #73dcec #ec73dc

Analogous Colors of #dcec73

#dcec73 #a0ec73 #ecc073

Monochromatic Colors of #dcec73

#dcec73

Complementary Color

#dcec73 #8373ec

#dcec73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcec73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcec73 Color CSS Codes

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

#dcec73 Text Font Color

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

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


#dcec73 Background Color

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

This div background color is #dcec73


#dcec73 Border Color

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

This div border color is #dcec73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcec73


Comments

No comments written yet.

Please login to write comment.