Color Hex Logo

#dfab69 Color Hex

#DFAB69
(223,171,105)
0 Favorites   0 Comments

Color spaces of #dfab69

RGB 223171105
HSL0.090.650.64
HSV34°53°87°
CMYK 0.000.230.53   0.13
XYZ47.544145.833719.7055
Yxy45.83370.42040.4053
Hunter Lab67.70066.879230.1330
CIE-Lab73.437511.401241.0740

#dfab69 color RGB value is (223,171,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 01101001
Octal 337 253 151
Decimal 223 171 105
Hex DF AB 69

RGB Percentages of Color #dfab69

%44.69
%34.27
%21.04

CMYK Percentages of Color #dfab69

%0
%23
%53
%13

Triadic Colors of #dfab69

#dfab69 #69dfab #ab69df

Analogous Colors of #dfab69

#dfab69 #d8df69 #df7069

Monochromatic Colors of #dfab69

#dfab69

Complementary Color

#dfab69 #699ddf

#dfab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfab69 Color CSS Codes

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

#dfab69 Text Font Color

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

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


#dfab69 Background Color

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

This div background color is #dfab69


#dfab69 Border Color

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

This div border color is #dfab69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfab69


Comments

No comments written yet.

Please login to write comment.