Color Hex Logo

#ddf65f Color Hex

#DDF65F
(221,246,95)
0 Favorites   0 Comments

Color spaces of #ddf65f

RGB 22124695
HSL0.190.890.67
HSV70°61°96°
CMYK 0.100.000.61   0.04
XYZ64.840182.109923.2578
Yxy82.10990.38090.4824
Hunter Lab90.6145-30.848048.2123
CIE-Lab92.6233-28.049667.7271

#ddf65f color RGB value is (221,246,95).

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

The process color (four color CMYK) of #ddf65f color hex is 0.10, 0.00, 0.61, 0.04. Web safe color of #ddf65f is #ccff66. Color #ddf65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 01011111
Octal 335 366 137
Decimal 221 246 95
Hex DD F6 5F

RGB Percentages of Color #ddf65f

%39.32
%43.77
%16.90

CMYK Percentages of Color #ddf65f

%10
%0
%61
%4

Triadic Colors of #ddf65f

#ddf65f #5fddf6 #f65fdd

Analogous Colors of #ddf65f

#ddf65f #92f65f #f6c45f

Monochromatic Colors of #ddf65f

#ddf65f

Complementary Color

#ddf65f #785ff6

#ddf65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf65f Color CSS Codes

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

#ddf65f Text Font Color

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

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


#ddf65f Background Color

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

This div background color is #ddf65f


#ddf65f Border Color

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

This div border color is #ddf65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf65f


Comments

No comments written yet.

Please login to write comment.