Color Hex Logo

#dfd990 Color Hex

#DFD990
(223,217,144)
0 Favorites   0 Comments

Color spaces of #dfd990

RGB 223217144
HSL0.150.550.72
HSV55°35°87°
CMYK 0.000.030.35   0.13
XYZ60.278367.327336.2040
Yxy67.32730.36800.4110
Hunter Lab82.0532-12.462731.2770
CIE-Lab85.6690-8.648136.7342

#dfd990 color RGB value is (223,217,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10010000
Octal 337 331 220
Decimal 223 217 144
Hex DF D9 90

RGB Percentages of Color #dfd990

%38.18
%37.16
%24.66

CMYK Percentages of Color #dfd990

%0
%3
%35
%13

Triadic Colors of #dfd990

#dfd990 #90dfd9 #d990df

Analogous Colors of #dfd990

#dfd990 #bedf90 #dfb290

Monochromatic Colors of #dfd990

#dfd990

Complementary Color

#dfd990 #9096df

#dfd990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd990 Color CSS Codes

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

#dfd990 Text Font Color

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

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


#dfd990 Background Color

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

This div background color is #dfd990


#dfd990 Border Color

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

This div border color is #dfd990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,217,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 #dfd990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd990


Comments

No comments written yet.

Please login to write comment.