Color Hex Logo

#d68b5f Color Hex

#D68B5F
(214,139,95)
0 Favorites   0 Comments

Color spaces of #d68b5f

RGB 21413995
HSL0.060.590.61
HSV22°56°84°
CMYK 0.000.350.56   0.16
XYZ39.029733.587615.2524
Yxy33.58760.44420.3822
Hunter Lab57.954818.790024.9646
CIE-Lab64.633924.079935.1541

#d68b5f color RGB value is (214,139,95).

#d68b5f hex color red value is 214, green value is 139 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d68b5f hue: 0.06 , saturation: 0.59 and the lightness value of d68b5f is 0.61.

The process color (four color CMYK) of #d68b5f color hex is 0.00, 0.35, 0.56, 0.16. Web safe color of #d68b5f is #cc9966. Color #d68b5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 01011111
Octal 326 213 137
Decimal 214 139 95
Hex D6 8B 5F

RGB Percentages of Color #d68b5f

%47.77
%31.03
%21.21

CMYK Percentages of Color #d68b5f

%0
%35
%56
%16

Triadic Colors of #d68b5f

#d68b5f #5fd68b #8b5fd6

Analogous Colors of #d68b5f

#d68b5f #d6c75f #d65f6f

Monochromatic Colors of #d68b5f

#d68b5f

Complementary Color

#d68b5f #5faad6

#d68b5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68b5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68b5f Color CSS Codes

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

#d68b5f Text Font Color

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

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


#d68b5f Background Color

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

This div background color is #d68b5f


#d68b5f Border Color

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

This div border color is #d68b5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,139,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d68b5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d68b5f;
  -webkit-box-shadow: 1px 1px 3px 2px #d68b5f;
  box-shadow:         1px 1px 3px 2px #d68b5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,139,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68b5f


Comments

No comments written yet.

Please login to write comment.