Color Hex Logo

#dfca83 Color Hex

#DFCA83
(223,202,131)
0 Favorites   0 Comments

Color spaces of #dfca83

RGB 223202131
HSL0.130.590.69
HSV46°41°87°
CMYK 0.000.090.41   0.13
XYZ55.648759.567730.0374
Yxy59.56770.38310.4101
Hunter Lab77.1801-6.362430.9513
CIE-Lab81.6026-2.412938.0845

#dfca83 color RGB value is (223,202,131).

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

The process color (four color CMYK) of #dfca83 color hex is 0.00, 0.09, 0.41, 0.13. Web safe color of #dfca83 is #cccc99. Color #dfca83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10000011
Octal 337 312 203
Decimal 223 202 131
Hex DF CA 83

RGB Percentages of Color #dfca83

%40.11
%36.33
%23.56

CMYK Percentages of Color #dfca83

%0
%9
%41
%13

Triadic Colors of #dfca83

#dfca83 #83dfca #ca83df

Analogous Colors of #dfca83

#dfca83 #c6df83 #df9c83

Monochromatic Colors of #dfca83

#dfca83

Complementary Color

#dfca83 #8398df

#dfca83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca83 Color CSS Codes

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

#dfca83 Text Font Color

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

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


#dfca83 Background Color

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

This div background color is #dfca83


#dfca83 Border Color

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

This div border color is #dfca83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca83


Comments

No comments written yet.

Please login to write comment.