Color Hex Logo

#dce704 Color Hex

#DCE704
(220,231,4)
0 Favorites   0 Comments

Color spaces of #dce704

RGB 2202314
HSL0.170.970.46
HSV63°98°91°
CMYK 0.050.000.98   0.09
XYZ58.113072.376211.0220
Yxy72.37620.41070.5115
Hunter Lab85.0742-26.949051.8705
CIE-Lab88.1494-24.546186.3577

#dce704 color RGB value is (220,231,4).

#dce704 hex color red value is 220, green value is 231 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dce704 hue: 0.17 , saturation: 0.97 and the lightness value of dce704 is 0.46.

The process color (four color CMYK) of #dce704 color hex is 0.05, 0.00, 0.98, 0.09. Web safe color of #dce704 is #ccff00. Color #dce704 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 00000100
Octal 334 347 4
Decimal 220 231 4
Hex DC E7 4

RGB Percentages of Color #dce704

%48.35
%50.77
%0.88

CMYK Percentages of Color #dce704

%5
%0
%98
%9

Triadic Colors of #dce704

#dce704 #04dce7 #e704dc

Analogous Colors of #dce704

#dce704 #6be704 #e78104

Monochromatic Colors of #dce704

#dce704

Complementary Color

#dce704 #0f04e7

#dce704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce704 Color CSS Codes

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

#dce704 Text Font Color

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

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


#dce704 Background Color

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

This div background color is #dce704


#dce704 Border Color

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

This div border color is #dce704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce704


Comments

No comments written yet.

Please login to write comment.