Color Hex Logo

#dfdd90 Color Hex

#DFDD90
(223,221,144)
0 Favorites   0 Comments

Color spaces of #dfdd90

RGB 223221144
HSL0.160.550.72
HSV58°35°87°
CMYK 0.000.010.35   0.13
XYZ61.321969.414536.5519
Yxy69.41450.36660.4149
Hunter Lab83.3154-14.422032.3092
CIE-Lab86.7089-10.665738.0848

#dfdd90 color RGB value is (223,221,144).

#dfdd90 hex color red value is 223, green value is 221 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dfdd90 hue: 0.16 , saturation: 0.55 and the lightness value of dfdd90 is 0.72.

The process color (four color CMYK) of #dfdd90 color hex is 0.00, 0.01, 0.35, 0.13. Web safe color of #dfdd90 is #cccc99. Color #dfdd90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 10010000
Octal 337 335 220
Decimal 223 221 144
Hex DF DD 90

RGB Percentages of Color #dfdd90

%37.93
%37.59
%24.49

CMYK Percentages of Color #dfdd90

%0
%1
%35
%13

Triadic Colors of #dfdd90

#dfdd90 #90dfdd #dd90df

Analogous Colors of #dfdd90

#dfdd90 #badf90 #dfb690

Monochromatic Colors of #dfdd90

#dfdd90

Complementary Color

#dfdd90 #9092df

#dfdd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd90 Color CSS Codes

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

#dfdd90 Text Font Color

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

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


#dfdd90 Background Color

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

This div background color is #dfdd90


#dfdd90 Border Color

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

This div border color is #dfdd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd90


Comments

No comments written yet.

Please login to write comment.