Color Hex Logo

#ddec64 Color Hex

#DDEC64
(221,236,100)
0 Favorites   0 Comments

Color spaces of #ddec64

RGB 221236100
HSL0.190.780.66
HSV67°58°93°
CMYK 0.060.000.58   0.07
XYZ62.114576.283223.5069
Yxy76.28320.38360.4712
Hunter Lab87.3403-25.900145.1808
CIE-Lab89.9907-22.957862.7626

#ddec64 color RGB value is (221,236,100).

#ddec64 hex color red value is 221, green value is 236 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ddec64 hue: 0.19 , saturation: 0.78 and the lightness value of ddec64 is 0.66.

The process color (four color CMYK) of #ddec64 color hex is 0.06, 0.00, 0.58, 0.07. Web safe color of #ddec64 is #ccff66. Color #ddec64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 01100100
Octal 335 354 144
Decimal 221 236 100
Hex DD EC 64

RGB Percentages of Color #ddec64

%39.68
%42.37
%17.95

CMYK Percentages of Color #ddec64

%6
%0
%58
%7

Triadic Colors of #ddec64

#ddec64 #64ddec #ec64dd

Analogous Colors of #ddec64

#ddec64 #99ec64 #ecb764

Monochromatic Colors of #ddec64

#ddec64

Complementary Color

#ddec64 #7364ec

#ddec64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddec64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddec64 Color CSS Codes

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

#ddec64 Text Font Color

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

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


#ddec64 Background Color

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

This div background color is #ddec64


#ddec64 Border Color

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

This div border color is #ddec64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddec64


Comments

No comments written yet.

Please login to write comment.