Color Hex Logo

#ddf74f Color Hex

#DDF74F
(221,247,79)
0 Favorites   0 Comments

Color spaces of #ddf74f

RGB 22124779
HSL0.190.910.64
HSV69°68°97°
CMYK 0.110.000.68   0.03
XYZ64.490882.458219.9141
Yxy82.45820.38650.4942
Hunter Lab90.8065-32.140650.5621
CIE-Lab92.7767-29.502574.0197

#ddf74f color RGB value is (221,247,79).

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

The process color (four color CMYK) of #ddf74f color hex is 0.11, 0.00, 0.68, 0.03. Web safe color of #ddf74f is #ccff66. Color #ddf74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110111 01001111
Octal 335 367 117
Decimal 221 247 79
Hex DD F7 4F

RGB Percentages of Color #ddf74f

%40.40
%45.16
%14.44

CMYK Percentages of Color #ddf74f

%11
%0
%68
%3

Triadic Colors of #ddf74f

#ddf74f #4fddf7 #f74fdd

Analogous Colors of #ddf74f

#ddf74f #89f74f #f7bd4f

Monochromatic Colors of #ddf74f

#ddf74f

Complementary Color

#ddf74f #694ff7

#ddf74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf74f Color CSS Codes

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

#ddf74f Text Font Color

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

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


#ddf74f Background Color

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

This div background color is #ddf74f


#ddf74f Border Color

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

This div border color is #ddf74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf74f

Related Colors


Comments

No comments written yet.

Please login to write comment.