Color Hex Logo

#dfd690 Color Hex

#DFD690
(223,214,144)
0 Favorites   0 Comments

Color spaces of #dfd690

RGB 223214144
HSL0.150.550.72
HSV53°35°87°
CMYK 0.000.040.35   0.13
XYZ59.512065.794735.9486
Yxy65.79470.36910.4080
Hunter Lab81.1139-10.986830.5032
CIE-Lab84.8916-7.125535.7205

#dfd690 color RGB value is (223,214,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 10010000
Octal 337 326 220
Decimal 223 214 144
Hex DF D6 90

RGB Percentages of Color #dfd690

%38.38
%36.83
%24.78

CMYK Percentages of Color #dfd690

%0
%4
%35
%13

Triadic Colors of #dfd690

#dfd690 #90dfd6 #d690df

Analogous Colors of #dfd690

#dfd690 #c1df90 #dfaf90

Monochromatic Colors of #dfd690

#dfd690

Complementary Color

#dfd690 #9099df

#dfd690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd690 Color CSS Codes

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

#dfd690 Text Font Color

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

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


#dfd690 Background Color

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

This div background color is #dfd690


#dfd690 Border Color

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

This div border color is #dfd690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd690


Comments

No comments written yet.

Please login to write comment.