Color Hex Logo

#ddf642 Color Hex

#DDF642
(221,246,66)
0 Favorites   0 Comments

Color spaces of #ddf642

RGB 22124666
HSL0.190.910.61
HSV68°73°96°
CMYK 0.100.000.73   0.04
XYZ63.757981.677017.5591
Yxy81.67700.39120.5011
Hunter Lab90.3753-32.228851.7432
CIE-Lab92.4321-29.687978.0896

#ddf642 color RGB value is (221,246,66).

#ddf642 hex color red value is 221, green value is 246 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ddf642 hue: 0.19 , saturation: 0.91 and the lightness value of ddf642 is 0.61.

The process color (four color CMYK) of #ddf642 color hex is 0.10, 0.00, 0.73, 0.04. Web safe color of #ddf642 is #ccff33. Color #ddf642 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 01000010
Octal 335 366 102
Decimal 221 246 66
Hex DD F6 42

RGB Percentages of Color #ddf642

%41.46
%46.15
%12.38

CMYK Percentages of Color #ddf642

%10
%0
%73
%4

Triadic Colors of #ddf642

#ddf642 #42ddf6 #f642dd

Analogous Colors of #ddf642

#ddf642 #83f642 #f6b542

Monochromatic Colors of #ddf642

#ddf642

Complementary Color

#ddf642 #5b42f6

#ddf642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf642 Color CSS Codes

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

#ddf642 Text Font Color

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

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


#ddf642 Background Color

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

This div background color is #ddf642


#ddf642 Border Color

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

This div border color is #ddf642


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,246,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 #ddf642">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf642


Comments

No comments written yet.

Please login to write comment.