Color Hex Logo

#dde408 Color Hex

#DDE408
(221,228,8)
0 Favorites   0 Comments

Color spaces of #dde408

RGB 2212288
HSL0.170.930.46
HSV62°96°89°
CMYK 0.030.000.96   0.11
XYZ57.606070.876510.8741
Yxy70.87650.41340.5086
Hunter Lab84.1882-25.190251.2736
CIE-Lab87.4250-22.661585.5275

#dde408 color RGB value is (221,228,8).

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

The process color (four color CMYK) of #dde408 color hex is 0.03, 0.00, 0.96, 0.11. Web safe color of #dde408 is #cccc00. Color #dde408 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100100 00001000
Octal 335 344 10
Decimal 221 228 8
Hex DD E4 8

RGB Percentages of Color #dde408

%48.36
%49.89
%1.75

CMYK Percentages of Color #dde408

%3
%0
%96
%11

Triadic Colors of #dde408

#dde408 #08dde4 #e408dd

Analogous Colors of #dde408

#dde408 #6fe408 #e47d08

Monochromatic Colors of #dde408

#dde408

Complementary Color

#dde408 #0f08e4

#dde408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde408 Color CSS Codes

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

#dde408 Text Font Color

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

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


#dde408 Background Color

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

This div background color is #dde408


#dde408 Border Color

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

This div border color is #dde408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde408


Comments

No comments written yet.

Please login to write comment.