Color Hex Logo

#ddec3d Color Hex

#DDEC3D
(221,236,61)
0 Favorites   0 Comments

Color spaces of #ddec3d

RGB 22123661
HSL0.180.820.58
HSV65°74°93°
CMYK 0.060.000.74   0.07
XYZ60.656675.700015.8295
Yxy75.70000.39860.4974
Hunter Lab87.0057-27.817750.1170
CIE-Lab89.7199-25.212277.1120

#ddec3d color RGB value is (221,236,61).

#ddec3d hex color red value is 221, green value is 236 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ddec3d hue: 0.18 , saturation: 0.82 and the lightness value of ddec3d is 0.58.

The process color (four color CMYK) of #ddec3d color hex is 0.06, 0.00, 0.74, 0.07. Web safe color of #ddec3d is #ccff33. Color #ddec3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 00111101
Octal 335 354 75
Decimal 221 236 61
Hex DD EC 3D

RGB Percentages of Color #ddec3d

%42.66
%45.56
%11.78

CMYK Percentages of Color #ddec3d

%6
%0
%74
%7

Triadic Colors of #ddec3d

#ddec3d #3dddec #ec3ddd

Analogous Colors of #ddec3d

#ddec3d #86ec3d #eca43d

Monochromatic Colors of #ddec3d

#ddec3d

Complementary Color

#ddec3d #4c3dec

#ddec3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddec3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddec3d Color CSS Codes

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

#ddec3d Text Font Color

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

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


#ddec3d Background Color

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

This div background color is #ddec3d


#ddec3d Border Color

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

This div border color is #ddec3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddec3d


Comments

No comments written yet.

Please login to write comment.