Color Hex Logo

#ddec6c Color Hex

#DDEC6C
(221,236,108)
0 Favorites   0 Comments

Color spaces of #ddec6c

RGB 221236108
HSL0.190.770.67
HSV67°54°93°
CMYK 0.060.000.54   0.07
XYZ62.521076.445825.6477
Yxy76.44580.37980.4644
Hunter Lab87.4333-25.368143.8112
CIE-Lab90.0659-22.337759.3555

#ddec6c color RGB value is (221,236,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 01101100
Octal 335 354 154
Decimal 221 236 108
Hex DD EC 6C

RGB Percentages of Color #ddec6c

%39.12
%41.77
%19.12

CMYK Percentages of Color #ddec6c

%6
%0
%54
%7

Triadic Colors of #ddec6c

#ddec6c #6cddec #ec6cdd

Analogous Colors of #ddec6c

#ddec6c #9dec6c #ecbb6c

Monochromatic Colors of #ddec6c

#ddec6c

Complementary Color

#ddec6c #7b6cec

#ddec6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddec6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddec6c Color CSS Codes

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

#ddec6c Text Font Color

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

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


#ddec6c Background Color

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

This div background color is #ddec6c


#ddec6c Border Color

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

This div border color is #ddec6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddec6c


Comments

No comments written yet.

Please login to write comment.