Color Hex Logo

#dfb268 Color Hex

#DFB268
(223,178,104)
0 Favorites   0 Comments

Color spaces of #dfb268

RGB 223178104
HSL0.100.650.64
HSV37°53°87°
CMYK 0.000.200.53   0.13
XYZ48.850548.528219.8889
Yxy48.52820.41660.4138
Hunter Lab69.66223.264031.8359
CIE-Lab75.15697.592643.6885

#dfb268 color RGB value is (223,178,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 01101000
Octal 337 262 150
Decimal 223 178 104
Hex DF B2 68

RGB Percentages of Color #dfb268

%44.16
%35.25
%20.59

CMYK Percentages of Color #dfb268

%0
%20
%53
%13

Triadic Colors of #dfb268

#dfb268 #68dfb2 #b268df

Analogous Colors of #dfb268

#dfb268 #d1df68 #df7768

Monochromatic Colors of #dfb268

#dfb268

Complementary Color

#dfb268 #6895df

#dfb268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb268 Color CSS Codes

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

#dfb268 Text Font Color

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

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


#dfb268 Background Color

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

This div background color is #dfb268


#dfb268 Border Color

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

This div border color is #dfb268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb268


Comments

No comments written yet.

Please login to write comment.