Color Hex Logo

#ddffaf Color Hex

#DDFFAF
(221,255,175)
0 Favorites   0 Comments

Color spaces of #ddffaf

RGB 221255175
HSL0.241.000.84
HSV85°31°100°
CMYK 0.130.000.31   0.00
XYZ73.316789.987354.0625
Yxy89.98730.33730.4140
Hunter Lab94.8616-28.048732.6132
CIE-Lab95.9915-24.166934.7179

#ddffaf color RGB value is (221,255,175).

#ddffaf hex color red value is 221, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddffaf hue: 0.24 , saturation: 1.00 and the lightness value of ddffaf is 0.84.

The process color (four color CMYK) of #ddffaf color hex is 0.13, 0.00, 0.31, 0.00. Web safe color of #ddffaf is #ccff99. Color #ddffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 10101111
Octal 335 377 257
Decimal 221 255 175
Hex DD FF AF

RGB Percentages of Color #ddffaf

%33.95
%39.17
%26.88

CMYK Percentages of Color #ddffaf

%13
%0
%31
%0

Triadic Colors of #ddffaf

#ddffaf #afddff #ffafdd

Analogous Colors of #ddffaf

#ddffaf #b5ffaf #fff9af

Monochromatic Colors of #ddffaf

#ddffaf

Complementary Color

#ddffaf #d1afff

#ddffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffaf Color CSS Codes

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

#ddffaf Text Font Color

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

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


#ddffaf Background Color

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

This div background color is #ddffaf


#ddffaf Border Color

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

This div border color is #ddffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.