Color Hex Logo

#d8953b Color Hex

#D8953B
(216,149,59)
0 Favorites   0 Comments

Color spaces of #d8953b

RGB 21614959
HSL0.100.670.54
HSV34°73°85°
CMYK 0.000.310.73   0.15
XYZ39.855836.40969.0648
Yxy36.40960.46710.4267
Hunter Lab60.340412.306533.3313
CIE-Lab66.831717.210455.4834

#d8953b color RGB value is (216,149,59).

#d8953b hex color red value is 216, green value is 149 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d8953b hue: 0.10 , saturation: 0.67 and the lightness value of d8953b is 0.54.

The process color (four color CMYK) of #d8953b color hex is 0.00, 0.31, 0.73, 0.15. Web safe color of #d8953b is #cc9933. Color #d8953b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010101 00111011
Octal 330 225 73
Decimal 216 149 59
Hex D8 95 3B

RGB Percentages of Color #d8953b

%50.94
%35.14
%13.92

CMYK Percentages of Color #d8953b

%0
%31
%73
%15

Triadic Colors of #d8953b

#d8953b #3bd895 #953bd8

Analogous Colors of #d8953b

#d8953b #cdd83b #d8473b

Monochromatic Colors of #d8953b

#d8953b

Complementary Color

#d8953b #3b7ed8

#d8953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8953b Color CSS Codes

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

#d8953b Text Font Color

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

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


#d8953b Background Color

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

This div background color is #d8953b


#d8953b Border Color

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

This div border color is #d8953b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,149,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8953b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8953b;
  -webkit-box-shadow: 1px 1px 3px 2px #d8953b;
  box-shadow:         1px 1px 3px 2px #d8953b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,149,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8953b


Comments

No comments written yet.

Please login to write comment.