Color Hex Logo

#dfaa68 Color Hex

#DFAA68
(223,170,104)
0 Favorites   0 Comments

Color spaces of #dfaa68

RGB 223170104
HSL0.090.650.64
HSV33°53°87°
CMYK 0.000.240.53   0.13
XYZ47.304845.436919.3737
Yxy45.43690.42190.4053
Hunter Lab67.40697.305630.1440
CIE-Lab73.178611.849841.2662

#dfaa68 color RGB value is (223,170,104).

#dfaa68 hex color red value is 223, green value is 170 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dfaa68 hue: 0.09 , saturation: 0.65 and the lightness value of dfaa68 is 0.64.

The process color (four color CMYK) of #dfaa68 color hex is 0.00, 0.24, 0.53, 0.13. Web safe color of #dfaa68 is #cc9966. Color #dfaa68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 01101000
Octal 337 252 150
Decimal 223 170 104
Hex DF AA 68

RGB Percentages of Color #dfaa68

%44.87
%34.21
%20.93

CMYK Percentages of Color #dfaa68

%0
%24
%53
%13

Triadic Colors of #dfaa68

#dfaa68 #68dfaa #aa68df

Analogous Colors of #dfaa68

#dfaa68 #d9df68 #df6f68

Monochromatic Colors of #dfaa68

#dfaa68

Complementary Color

#dfaa68 #689ddf

#dfaa68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa68 Color CSS Codes

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

#dfaa68 Text Font Color

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

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


#dfaa68 Background Color

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

This div background color is #dfaa68


#dfaa68 Border Color

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

This div border color is #dfaa68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa68


Comments

No comments written yet.

Please login to write comment.