Color Hex Logo

#ddde56 Color Hex

#DDDE56
(221,222,86)
0 Favorites   0 Comments

Color spaces of #ddde56

RGB 22122286
HSL0.170.670.60
HSV60°61°87°
CMYK 0.000.000.61   0.13
XYZ57.619868.286618.9478
Yxy68.28660.39780.4714
Hunter Lab82.6357-20.148944.2502
CIE-Lab86.1496-17.130264.4603

#ddde56 color RGB value is (221,222,86).

#ddde56 hex color red value is 221, green value is 222 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ddde56 hue: 0.17 , saturation: 0.67 and the lightness value of ddde56 is 0.60.

The process color (four color CMYK) of #ddde56 color hex is 0.00, 0.00, 0.61, 0.13. Web safe color of #ddde56 is #cccc66. Color #ddde56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 01010110
Octal 335 336 126
Decimal 221 222 86
Hex DD DE 56

RGB Percentages of Color #ddde56

%41.78
%41.97
%16.26

CMYK Percentages of Color #ddde56

%0
%0
%61
%13

Triadic Colors of #ddde56

#ddde56 #56ddde #de56dd

Analogous Colors of #ddde56

#ddde56 #99de56 #de9b56

Monochromatic Colors of #ddde56

#ddde56

Complementary Color

#ddde56 #5756de

#ddde56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde56 Color CSS Codes

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

#ddde56 Text Font Color

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

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


#ddde56 Background Color

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

This div background color is #ddde56


#ddde56 Border Color

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

This div border color is #ddde56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde56


Comments

No comments written yet.

Please login to write comment.