Color Hex Logo

#dce776 Color Hex

#DCE776
(220,231,118)
0 Favorites   0 Comments

Color spaces of #dce776

RGB 220231118
HSL0.180.700.68
HSV66°49°91°
CMYK 0.050.000.49   0.09
XYZ61.361173.675528.1263
Yxy73.67550.37610.4515
Hunter Lab85.8344-22.604640.6559
CIE-Lab88.7689-19.452953.2620

#dce776 color RGB value is (220,231,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 01110110
Octal 334 347 166
Decimal 220 231 118
Hex DC E7 76

RGB Percentages of Color #dce776

%38.66
%40.60
%20.74

CMYK Percentages of Color #dce776

%5
%0
%49
%9

Triadic Colors of #dce776

#dce776 #76dce7 #e776dc

Analogous Colors of #dce776

#dce776 #a4e776 #e7ba76

Monochromatic Colors of #dce776

#dce776

Complementary Color

#dce776 #8176e7

#dce776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce776 Color CSS Codes

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

#dce776 Text Font Color

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

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


#dce776 Background Color

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

This div background color is #dce776


#dce776 Border Color

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

This div border color is #dce776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce776


Comments

No comments written yet.

Please login to write comment.