Color Hex Logo

#dde669 Color Hex

#DDE669
(221,230,105)
0 Favorites   0 Comments

Color spaces of #dde669

RGB 221230105
HSL0.180.710.66
HSV64°54°90°
CMYK 0.040.000.54   0.10
XYZ60.665472.985724.2548
Yxy72.98570.38420.4622
Hunter Lab85.4317-22.751842.9692
CIE-Lab88.4409-19.678558.8315

#dde669 color RGB value is (221,230,105).

#dde669 hex color red value is 221, green value is 230 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dde669 hue: 0.18 , saturation: 0.71 and the lightness value of dde669 is 0.66.

The process color (four color CMYK) of #dde669 color hex is 0.04, 0.00, 0.54, 0.10. Web safe color of #dde669 is #ccff66. Color #dde669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100110 01101001
Octal 335 346 151
Decimal 221 230 105
Hex DD E6 69

RGB Percentages of Color #dde669

%39.75
%41.37
%18.88

CMYK Percentages of Color #dde669

%4
%0
%54
%10

Triadic Colors of #dde669

#dde669 #69dde6 #e669dd

Analogous Colors of #dde669

#dde669 #9fe669 #e6b169

Monochromatic Colors of #dde669

#dde669

Complementary Color

#dde669 #7269e6

#dde669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde669 Color CSS Codes

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

#dde669 Text Font Color

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

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


#dde669 Background Color

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

This div background color is #dde669


#dde669 Border Color

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

This div border color is #dde669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde669


Comments

No comments written yet.

Please login to write comment.