Color Hex Logo

#ddec5c Color Hex

#DDEC5C
(221,236,92)
0 Favorites   0 Comments

Color spaces of #ddec5c

RGB 22123692
HSL0.180.790.64
HSV66°61°93°
CMYK 0.060.000.61   0.07
XYZ61.746076.135821.5665
Yxy76.13580.38720.4775
Hunter Lab87.2558-26.383446.4247
CIE-Lab89.9224-23.523166.0414

#ddec5c color RGB value is (221,236,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 01011100
Octal 335 354 134
Decimal 221 236 92
Hex DD EC 5C

RGB Percentages of Color #ddec5c

%40.26
%42.99
%16.76

CMYK Percentages of Color #ddec5c

%6
%0
%61
%7

Triadic Colors of #ddec5c

#ddec5c #5cddec #ec5cdd

Analogous Colors of #ddec5c

#ddec5c #95ec5c #ecb35c

Monochromatic Colors of #ddec5c

#ddec5c

Complementary Color

#ddec5c #6b5cec

#ddec5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddec5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddec5c Color CSS Codes

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

#ddec5c Text Font Color

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

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


#ddec5c Background Color

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

This div background color is #ddec5c


#ddec5c Border Color

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

This div border color is #ddec5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddec5c


Comments

No comments written yet.

Please login to write comment.