Color Hex Logo

#dde207 Color Hex

#DDE207
(221,226,7)
0 Favorites   0 Comments

Color spaces of #dde207

RGB 2212267
HSL0.170.940.46
HSV61°97°89°
CMYK 0.020.000.97   0.11
XYZ57.053569.780210.6629
Yxy69.78020.41490.5075
Hunter Lab83.5345-24.271250.9060
CIE-Lab86.8889-21.708285.2080

#dde207 color RGB value is (221,226,7).

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

The process color (four color CMYK) of #dde207 color hex is 0.02, 0.00, 0.97, 0.11. Web safe color of #dde207 is #cccc00. Color #dde207 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 00000111
Octal 335 342 7
Decimal 221 226 7
Hex DD E2 7

RGB Percentages of Color #dde207

%48.68
%49.78
%1.54

CMYK Percentages of Color #dde207

%2
%0
%97
%11

Triadic Colors of #dde207

#dde207 #07dde2 #e207dd

Analogous Colors of #dde207

#dde207 #70e207 #e27a07

Monochromatic Colors of #dde207

#dde207

Complementary Color

#dde207 #0c07e2

#dde207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde207 Color CSS Codes

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

#dde207 Text Font Color

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

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


#dde207 Background Color

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

This div background color is #dde207


#dde207 Border Color

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

This div border color is #dde207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde207


Comments

No comments written yet.

Please login to write comment.