Color Hex Logo

#dde13e Color Hex

#DDE13E
(221,225,62)
0 Favorites   0 Comments

Color spaces of #dde13e

RGB 22122562
HSL0.170.730.56
HSV61°72°88°
CMYK 0.020.000.72   0.12
XYZ57.613569.570414.9493
Yxy69.57040.40530.4895
Hunter Lab83.4089-22.669247.7597
CIE-Lab86.7857-19.887874.0396

#dde13e color RGB value is (221,225,62).

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

The process color (four color CMYK) of #dde13e color hex is 0.02, 0.00, 0.72, 0.12. Web safe color of #dde13e is #cccc33. Color #dde13e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 00111110
Octal 335 341 76
Decimal 221 225 62
Hex DD E1 3E

RGB Percentages of Color #dde13e

%43.50
%44.29
%12.20

CMYK Percentages of Color #dde13e

%2
%0
%72
%12

Triadic Colors of #dde13e

#dde13e #3edde1 #e13edd

Analogous Colors of #dde13e

#dde13e #8ce13e #e1943e

Monochromatic Colors of #dde13e

#dde13e

Complementary Color

#dde13e #423ee1

#dde13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde13e Color CSS Codes

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

#dde13e Text Font Color

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

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


#dde13e Background Color

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

This div background color is #dde13e


#dde13e Border Color

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

This div border color is #dde13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde13e


Comments

No comments written yet.

Please login to write comment.