Color Hex Logo

#dde704 Color Hex

#DDE704
(221,231,4)
0 Favorites   0 Comments

Color spaces of #dde704

RGB 2212314
HSL0.170.970.46
HSV63°98°91°
CMYK 0.040.000.98   0.09
XYZ58.416672.532711.0362
Yxy72.53270.41140.5108
Hunter Lab85.1661-26.605251.9332
CIE-Lab88.2244-24.131786.4470

#dde704 color RGB value is (221,231,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100111 00000100
Octal 335 347 4
Decimal 221 231 4
Hex DD E7 4

RGB Percentages of Color #dde704

%48.46
%50.66
%0.88

CMYK Percentages of Color #dde704

%4
%0
%98
%9

Triadic Colors of #dde704

#dde704 #04dde7 #e704dd

Analogous Colors of #dde704

#dde704 #6ce704 #e78004

Monochromatic Colors of #dde704

#dde704

Complementary Color

#dde704 #0e04e7

#dde704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde704 Color CSS Codes

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

#dde704 Text Font Color

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

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


#dde704 Background Color

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

This div background color is #dde704


#dde704 Border Color

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

This div border color is #dde704


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #dde704">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde704


Comments

No comments written yet.

Please login to write comment.