Color Hex Logo

#ddf68f Color Hex

#DDF68F
(221,246,143)
0 Favorites   0 Comments

Color spaces of #ddf68f

RGB 221246143
HSL0.210.850.76
HSV75°42°96°
CMYK 0.100.000.42   0.04
XYZ67.732583.266938.4888
Yxy83.26690.35740.4394
Hunter Lab91.2507-27.193838.8675
CIE-Lab93.1312-23.788646.7446

#ddf68f color RGB value is (221,246,143).

#ddf68f hex color red value is 221, green value is 246 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ddf68f hue: 0.21 , saturation: 0.85 and the lightness value of ddf68f is 0.76.

The process color (four color CMYK) of #ddf68f color hex is 0.10, 0.00, 0.42, 0.04. Web safe color of #ddf68f is #ccff99. Color #ddf68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 10001111
Octal 335 366 217
Decimal 221 246 143
Hex DD F6 8F

RGB Percentages of Color #ddf68f

%36.23
%40.33
%23.44

CMYK Percentages of Color #ddf68f

%10
%0
%42
%4

Triadic Colors of #ddf68f

#ddf68f #8fddf6 #f68fdd

Analogous Colors of #ddf68f

#ddf68f #aaf68f #f6dc8f

Monochromatic Colors of #ddf68f

#ddf68f

Complementary Color

#ddf68f #a88ff6

#ddf68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf68f Color CSS Codes

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

#ddf68f Text Font Color

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

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


#ddf68f Background Color

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

This div background color is #ddf68f


#ddf68f Border Color

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

This div border color is #ddf68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf68f


Comments

No comments written yet.

Please login to write comment.