Color Hex Logo

#dfba90 Color Hex

#DFBA90
(223,186,144)
0 Favorites   0 Comments

Color spaces of #dfba90

RGB 223186144
HSL0.090.550.72
HSV32°35°87°
CMYK 0.000.170.35   0.13
XYZ53.024452.819433.7860
Yxy52.81940.37970.3783
Hunter Lab72.67703.047223.3112
CIE-Lab77.76827.433226.2683

#dfba90 color RGB value is (223,186,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10010000
Octal 337 272 220
Decimal 223 186 144
Hex DF BA 90

RGB Percentages of Color #dfba90

%40.33
%33.63
%26.04

CMYK Percentages of Color #dfba90

%0
%17
%35
%13

Triadic Colors of #dfba90

#dfba90 #90dfba #ba90df

Analogous Colors of #dfba90

#dfba90 #dddf90 #df9390

Monochromatic Colors of #dfba90

#dfba90

Complementary Color

#dfba90 #90b5df

#dfba90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfba90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfba90 Color CSS Codes

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

#dfba90 Text Font Color

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

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


#dfba90 Background Color

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

This div background color is #dfba90


#dfba90 Border Color

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

This div border color is #dfba90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfba90


Comments

No comments written yet.

Please login to write comment.