Color Hex Logo

#ddec42 Color Hex

#DDEC42
(221,236,66)
0 Favorites   0 Comments

Color spaces of #ddec42

RGB 22123666
HSL0.180.820.59
HSV65°72°93°
CMYK 0.060.000.72   0.07
XYZ60.797675.756416.5723
Yxy75.75640.39700.4947
Hunter Lab87.0382-27.631549.6377
CIE-Lab89.7461-24.992075.5374

#ddec42 color RGB value is (221,236,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 01000010
Octal 335 354 102
Decimal 221 236 66
Hex DD EC 42

RGB Percentages of Color #ddec42

%42.26
%45.12
%12.62

CMYK Percentages of Color #ddec42

%6
%0
%72
%7

Triadic Colors of #ddec42

#ddec42 #42ddec #ec42dd

Analogous Colors of #ddec42

#ddec42 #88ec42 #eca642

Monochromatic Colors of #ddec42

#ddec42

Complementary Color

#ddec42 #5142ec

#ddec42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddec42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddec42 Color CSS Codes

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

#ddec42 Text Font Color

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

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


#ddec42 Background Color

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

This div background color is #ddec42


#ddec42 Border Color

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

This div border color is #ddec42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddec42


Comments

No comments written yet.

Please login to write comment.