Color Hex Logo

#d59868 Color Hex

#D59868
(213,152,104)
0 Favorites   0 Comments

Color spaces of #d59868

RGB 213152104
HSL0.070.560.62
HSV26°51°84°
CMYK 0.000.290.51   0.16
XYZ41.167537.602118.1849
Yxy37.60210.42460.3878
Hunter Lab61.320612.524925.3417
CIE-Lab67.726317.415634.2153

#d59868 color RGB value is (213,152,104).

#d59868 hex color red value is 213, green value is 152 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d59868 hue: 0.07 , saturation: 0.56 and the lightness value of d59868 is 0.62.

The process color (four color CMYK) of #d59868 color hex is 0.00, 0.29, 0.51, 0.16. Web safe color of #d59868 is #cc9966. Color #d59868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10011000 01101000
Octal 325 230 150
Decimal 213 152 104
Hex D5 98 68

RGB Percentages of Color #d59868

%45.42
%32.41
%22.17

CMYK Percentages of Color #d59868

%0
%29
%51
%16

Triadic Colors of #d59868

#d59868 #68d598 #9868d5

Analogous Colors of #d59868

#d59868 #d5cf68 #d5686f

Monochromatic Colors of #d59868

#d59868

Complementary Color

#d59868 #68a5d5

#d59868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59868 Color CSS Codes

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

#d59868 Text Font Color

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

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


#d59868 Background Color

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

This div background color is #d59868


#d59868 Border Color

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

This div border color is #d59868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59868


Comments

No comments written yet.

Please login to write comment.