Color Hex Logo

#ddde18 Color Hex

#DDDE18
(221,222,24)
0 Favorites   0 Comments

Color spaces of #ddde18

RGB 22122224
HSL0.170.800.48
HSV60°89°87°
CMYK 0.000.000.89   0.13
XYZ56.104967.680710.9708
Yxy67.68070.41630.5022
Hunter Lab82.2683-22.237049.6812
CIE-Lab85.8465-19.565782.5318

#ddde18 color RGB value is (221,222,24).

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

The process color (four color CMYK) of #ddde18 color hex is 0.00, 0.00, 0.89, 0.13. Web safe color of #ddde18 is #cccc00. Color #ddde18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 00011000
Octal 335 336 30
Decimal 221 222 24
Hex DD DE 18

RGB Percentages of Color #ddde18

%47.32
%47.54
%5.14

CMYK Percentages of Color #ddde18

%0
%0
%89
%13

Triadic Colors of #ddde18

#ddde18 #18ddde #de18dd

Analogous Colors of #ddde18

#ddde18 #7ade18 #de7c18

Monochromatic Colors of #ddde18

#ddde18

Complementary Color

#ddde18 #1918de

#ddde18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddde18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddde18 Color CSS Codes

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

#ddde18 Text Font Color

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

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


#ddde18 Background Color

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

This div background color is #ddde18


#ddde18 Border Color

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

This div border color is #ddde18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddde18


Comments

No comments written yet.

Please login to write comment.