Color Hex Logo

#dde162 Color Hex

#DDE162
(221,225,98)
0 Favorites   0 Comments

Color spaces of #dde162

RGB 22122598
HSL0.170.680.63
HSV62°56°88°
CMYK 0.020.000.56   0.12
XYZ58.948670.104421.9799
Yxy70.10440.39030.4642
Hunter Lab83.7284-20.852543.0454
CIE-Lab87.0480-17.774760.3455

#dde162 color RGB value is (221,225,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 01100010
Octal 335 341 142
Decimal 221 225 98
Hex DD E1 62

RGB Percentages of Color #dde162

%40.63
%41.36
%18.01

CMYK Percentages of Color #dde162

%2
%0
%56
%12

Triadic Colors of #dde162

#dde162 #62dde1 #e162dd

Analogous Colors of #dde162

#dde162 #9ee162 #e1a662

Monochromatic Colors of #dde162

#dde162

Complementary Color

#dde162 #6662e1

#dde162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde162 Color CSS Codes

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

#dde162 Text Font Color

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

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


#dde162 Background Color

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

This div background color is #dde162


#dde162 Border Color

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

This div border color is #dde162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde162


Comments

No comments written yet.

Please login to write comment.