Color Hex Logo

#dfb052 Color Hex

#DFB052
(223,176,82)
0 Favorites   0 Comments

Color spaces of #dfb052

RGB 22317682
HSL0.110.690.60
HSV40°63°87°
CMYK 0.000.210.63   0.13
XYZ47.479747.347814.6192
Yxy47.34780.43380.4326
Hunter Lab68.80972.750535.5702
CIE-Lab74.41177.022753.4701

#dfb052 color RGB value is (223,176,82).

#dfb052 hex color red value is 223, green value is 176 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dfb052 hue: 0.11 , saturation: 0.69 and the lightness value of dfb052 is 0.60.

The process color (four color CMYK) of #dfb052 color hex is 0.00, 0.21, 0.63, 0.13. Web safe color of #dfb052 is #cc9966. Color #dfb052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01010010
Octal 337 260 122
Decimal 223 176 82
Hex DF B0 52

RGB Percentages of Color #dfb052

%46.36
%36.59
%17.05

CMYK Percentages of Color #dfb052

%0
%21
%63
%13

Triadic Colors of #dfb052

#dfb052 #52dfb0 #b052df

Analogous Colors of #dfb052

#dfb052 #c8df52 #df6a52

Monochromatic Colors of #dfb052

#dfb052

Complementary Color

#dfb052 #5281df

#dfb052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb052 Color CSS Codes

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

#dfb052 Text Font Color

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

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


#dfb052 Background Color

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

This div background color is #dfb052


#dfb052 Border Color

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

This div border color is #dfb052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb052


Comments

No comments written yet.

Please login to write comment.