Color Hex Logo

#dce76e Color Hex

#DCE76E
(220,231,110)
0 Favorites   0 Comments

Color spaces of #dce76e

RGB 220231110
HSL0.180.720.67
HSV65°52°91°
CMYK 0.050.000.52   0.09
XYZ60.905673.493325.7274
Yxy73.49330.38040.4590
Hunter Lab85.7282-23.209142.2166
CIE-Lab88.6825-20.152356.8424

#dce76e color RGB value is (220,231,110).

#dce76e hex color red value is 220, green value is 231 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dce76e hue: 0.18 , saturation: 0.72 and the lightness value of dce76e is 0.67.

The process color (four color CMYK) of #dce76e color hex is 0.05, 0.00, 0.52, 0.09. Web safe color of #dce76e is #ccff66. Color #dce76e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 01101110
Octal 334 347 156
Decimal 220 231 110
Hex DC E7 6E

RGB Percentages of Color #dce76e

%39.22
%41.18
%19.61

CMYK Percentages of Color #dce76e

%5
%0
%52
%9

Triadic Colors of #dce76e

#dce76e #6edce7 #e76edc

Analogous Colors of #dce76e

#dce76e #a0e76e #e7b66e

Monochromatic Colors of #dce76e

#dce76e

Complementary Color

#dce76e #796ee7

#dce76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce76e Color CSS Codes

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

#dce76e Text Font Color

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

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


#dce76e Background Color

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

This div background color is #dce76e


#dce76e Border Color

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

This div border color is #dce76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce76e


Comments

No comments written yet.

Please login to write comment.