Color Hex Logo

#dde13d Color Hex

#DDE13D
(221,225,61)
0 Favorites   0 Comments

Color spaces of #dde13d

RGB 22122561
HSL0.170.730.56
HSV61°73°88°
CMYK 0.020.000.73   0.12
XYZ57.586369.559514.8061
Yxy69.55950.40570.4900
Hunter Lab83.4023-22.706347.8561
CIE-Lab86.7804-19.931274.3609

#dde13d color RGB value is (221,225,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 00111101
Octal 335 341 75
Decimal 221 225 61
Hex DD E1 3D

RGB Percentages of Color #dde13d

%43.59
%44.38
%12.03

CMYK Percentages of Color #dde13d

%2
%0
%73
%12

Triadic Colors of #dde13d

#dde13d #3ddde1 #e13ddd

Analogous Colors of #dde13d

#dde13d #8be13d #e1933d

Monochromatic Colors of #dde13d

#dde13d

Complementary Color

#dde13d #413de1

#dde13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde13d Color CSS Codes

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

#dde13d Text Font Color

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

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


#dde13d Background Color

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

This div background color is #dde13d


#dde13d Border Color

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

This div border color is #dde13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde13d


Comments

No comments written yet.

Please login to write comment.