Color Hex Logo

#dde113 Color Hex

#DDE113
(221,225,19)
0 Favorites   0 Comments

Color spaces of #dde113

RGB 22122519
HSL0.170.840.48
HSV61°92°88°
CMYK 0.020.000.92   0.12
XYZ56.861669.269610.9895
Yxy69.26960.41470.5052
Hunter Lab83.2284-23.698550.4312
CIE-Lab86.6374-21.097283.8425

#dde113 color RGB value is (221,225,19).

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

The process color (four color CMYK) of #dde113 color hex is 0.02, 0.00, 0.92, 0.12. Web safe color of #dde113 is #cccc00. Color #dde113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 00010011
Octal 335 341 23
Decimal 221 225 19
Hex DD E1 13

RGB Percentages of Color #dde113

%47.53
%48.39
%4.09

CMYK Percentages of Color #dde113

%2
%0
%92
%12

Triadic Colors of #dde113

#dde113 #13dde1 #e113dd

Analogous Colors of #dde113

#dde113 #76e113 #e17e13

Monochromatic Colors of #dde113

#dde113

Complementary Color

#dde113 #1713e1

#dde113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde113 Color CSS Codes

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

#dde113 Text Font Color

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

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


#dde113 Background Color

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

This div background color is #dde113


#dde113 Border Color

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

This div border color is #dde113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde113


Comments

No comments written yet.

Please login to write comment.