Color Hex Logo

#dde169 Color Hex

#DDE169
(221,225,105)
0 Favorites   0 Comments

Color spaces of #dde169

RGB 221225105
HSL0.170.670.65
HSV62°53°88°
CMYK 0.020.000.53   0.12
XYZ59.293870.242523.7976
Yxy70.24250.38670.4581
Hunter Lab83.8108-20.385141.8325
CIE-Lab87.1157-17.235557.3132

#dde169 color RGB value is (221,225,105).

#dde169 hex color red value is 221, green value is 225 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dde169 hue: 0.17 , saturation: 0.67 and the lightness value of dde169 is 0.65.

The process color (four color CMYK) of #dde169 color hex is 0.02, 0.00, 0.53, 0.12. Web safe color of #dde169 is #cccc66. Color #dde169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 01101001
Octal 335 341 151
Decimal 221 225 105
Hex DD E1 69

RGB Percentages of Color #dde169

%40.11
%40.83
%19.06

CMYK Percentages of Color #dde169

%2
%0
%53
%12

Triadic Colors of #dde169

#dde169 #69dde1 #e169dd

Analogous Colors of #dde169

#dde169 #a1e169 #e1a969

Monochromatic Colors of #dde169

#dde169

Complementary Color

#dde169 #6d69e1

#dde169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde169 Color CSS Codes

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

#dde169 Text Font Color

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

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


#dde169 Background Color

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

This div background color is #dde169


#dde169 Border Color

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

This div border color is #dde169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde169


Comments

No comments written yet.

Please login to write comment.