Color Hex Logo

#ddf041 Color Hex

#DDF041
(221,240,65)
0 Favorites   0 Comments

Color spaces of #ddf041

RGB 22124065
HSL0.180.850.60
HSV67°73°94°
CMYK 0.080.000.73   0.06
XYZ61.933078.074016.8066
Yxy78.07400.39490.4979
Hunter Lab88.3595-29.514850.5743
CIE-Lab90.8137-26.928276.8771

#ddf041 color RGB value is (221,240,65).

#ddf041 hex color red value is 221, green value is 240 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ddf041 hue: 0.18 , saturation: 0.85 and the lightness value of ddf041 is 0.60.

The process color (four color CMYK) of #ddf041 color hex is 0.08, 0.00, 0.73, 0.06. Web safe color of #ddf041 is #ccff33. Color #ddf041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 01000001
Octal 335 360 101
Decimal 221 240 65
Hex DD F0 41

RGB Percentages of Color #ddf041

%42.02
%45.63
%12.36

CMYK Percentages of Color #ddf041

%8
%0
%73
%6

Triadic Colors of #ddf041

#ddf041 #41ddf0 #f041dd

Analogous Colors of #ddf041

#ddf041 #86f041 #f0ac41

Monochromatic Colors of #ddf041

#ddf041

Complementary Color

#ddf041 #5441f0

#ddf041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf041 Color CSS Codes

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

#ddf041 Text Font Color

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

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


#ddf041 Background Color

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

This div background color is #ddf041


#ddf041 Border Color

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

This div border color is #ddf041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf041


Comments

No comments written yet.

Please login to write comment.