Color Hex Logo

#dce460 Color Hex

#DCE460
(220,228,96)
0 Favorites   0 Comments

Color spaces of #dce460

RGB 22022896
HSL0.180.710.64
HSV64°58°89°
CMYK 0.040.000.58   0.11
XYZ59.369971.547021.7472
Yxy71.54700.38890.4687
Hunter Lab84.5855-22.736743.9662
CIE-Lab87.7501-19.787461.9714

#dce460 color RGB value is (220,228,96).

#dce460 hex color red value is 220, green value is 228 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dce460 hue: 0.18 , saturation: 0.71 and the lightness value of dce460 is 0.64.

The process color (four color CMYK) of #dce460 color hex is 0.04, 0.00, 0.58, 0.11. Web safe color of #dce460 is #cccc66. Color #dce460 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 01100000
Octal 334 344 140
Decimal 220 228 96
Hex DC E4 60

RGB Percentages of Color #dce460

%40.44
%41.91
%17.65

CMYK Percentages of Color #dce460

%4
%0
%58
%11

Triadic Colors of #dce460

#dce460 #60dce4 #e460dc

Analogous Colors of #dce460

#dce460 #9ae460 #e4aa60

Monochromatic Colors of #dce460

#dce460

Complementary Color

#dce460 #6860e4

#dce460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce460 Color CSS Codes

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

#dce460 Text Font Color

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

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


#dce460 Background Color

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

This div background color is #dce460


#dce460 Border Color

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

This div border color is #dce460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce460


Comments

No comments written yet.

Please login to write comment.