Color Hex Logo

#dce413 Color Hex

#DCE413
(220,228,19)
0 Favorites   0 Comments

Color spaces of #dce413

RGB 22022819
HSL0.170.850.48
HSV62°92°89°
CMYK 0.040.000.92   0.11
XYZ57.376170.749511.2481
Yxy70.74950.41170.5076
Hunter Lab84.1127-25.436450.9503
CIE-Lab87.3632-22.958784.3691

#dce413 color RGB value is (220,228,19).

#dce413 hex color red value is 220, green value is 228 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dce413 hue: 0.17 , saturation: 0.85 and the lightness value of dce413 is 0.48.

The process color (four color CMYK) of #dce413 color hex is 0.04, 0.00, 0.92, 0.11. Web safe color of #dce413 is #cccc00. Color #dce413 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 00010011
Octal 334 344 23
Decimal 220 228 19
Hex DC E4 13

RGB Percentages of Color #dce413

%47.11
%48.82
%4.07

CMYK Percentages of Color #dce413

%4
%0
%92
%11

Triadic Colors of #dce413

#dce413 #13dce4 #e413dc

Analogous Colors of #dce413

#dce413 #74e413 #e48413

Monochromatic Colors of #dce413

#dce413

Complementary Color

#dce413 #1b13e4

#dce413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce413 Color CSS Codes

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

#dce413 Text Font Color

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

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


#dce413 Background Color

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

This div background color is #dce413


#dce413 Border Color

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

This div border color is #dce413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce413


Comments

No comments written yet.

Please login to write comment.