Color Hex Logo

#d68e5d Color Hex

#D68E5D
(214,142,93)
0 Favorites   0 Comments

Color spaces of #d68e5d

RGB 21414293
HSL0.070.600.60
HSV24°57°84°
CMYK 0.000.340.57   0.16
XYZ39.380334.432514.9265
Yxy34.43250.44380.3880
Hunter Lab58.679217.104825.9936
CIE-Lab65.304422.299237.0554

#d68e5d color RGB value is (214,142,93).

#d68e5d hex color red value is 214, green value is 142 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d68e5d hue: 0.07 , saturation: 0.60 and the lightness value of d68e5d is 0.60.

The process color (four color CMYK) of #d68e5d color hex is 0.00, 0.34, 0.57, 0.16. Web safe color of #d68e5d is #cc9966. Color #d68e5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001110 01011101
Octal 326 216 135
Decimal 214 142 93
Hex D6 8E 5D

RGB Percentages of Color #d68e5d

%47.66
%31.63
%20.71

CMYK Percentages of Color #d68e5d

%0
%34
%57
%16

Triadic Colors of #d68e5d

#d68e5d #5dd68e #8e5dd6

Analogous Colors of #d68e5d

#d68e5d #d6cb5d #d65d69

Monochromatic Colors of #d68e5d

#d68e5d

Complementary Color

#d68e5d #5da5d6

#d68e5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68e5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68e5d Color CSS Codes

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

#d68e5d Text Font Color

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

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


#d68e5d Background Color

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

This div background color is #d68e5d


#d68e5d Border Color

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

This div border color is #d68e5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68e5d


Comments

No comments written yet.

Please login to write comment.