Color Hex Logo

#dfc982 Color Hex

#DFC982
(223,201,130)
0 Favorites   0 Comments

Color spaces of #dfc982

RGB 223201130
HSL0.130.590.69
HSV46°42°87°
CMYK 0.000.100.42   0.13
XYZ55.347359.073029.6042
Yxy59.07300.38430.4102
Hunter Lab76.8590-5.962630.9642
CIE-Lab81.3317-2.001638.2463

#dfc982 color RGB value is (223,201,130).

#dfc982 hex color red value is 223, green value is 201 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dfc982 hue: 0.13 , saturation: 0.59 and the lightness value of dfc982 is 0.69.

The process color (four color CMYK) of #dfc982 color hex is 0.00, 0.10, 0.42, 0.13. Web safe color of #dfc982 is #cccc99. Color #dfc982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 10000010
Octal 337 311 202
Decimal 223 201 130
Hex DF C9 82

RGB Percentages of Color #dfc982

%40.25
%36.28
%23.47

CMYK Percentages of Color #dfc982

%0
%10
%42
%13

Triadic Colors of #dfc982

#dfc982 #82dfc9 #c982df

Analogous Colors of #dfc982

#dfc982 #c7df82 #df9b82

Monochromatic Colors of #dfc982

#dfc982

Complementary Color

#dfc982 #8298df

#dfc982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc982 Color CSS Codes

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

#dfc982 Text Font Color

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

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


#dfc982 Background Color

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

This div background color is #dfc982


#dfc982 Border Color

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

This div border color is #dfc982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc982


Comments

No comments written yet.

Please login to write comment.