Color Hex Logo

#d4861e Color Hex

#D4861E
(212,134,30)
0 Favorites   0 Comments

Color spaces of #d4861e

RGB 21213430
HSL0.100.750.47
HSV34°86°83°
CMYK 0.000.370.86   0.17
XYZ35.910831.14105.3464
Yxy31.14100.49600.4301
Hunter Lab55.804117.210233.3825
CIE-Lab62.626522.557262.3259

#d4861e color RGB value is (212,134,30).

#d4861e hex color red value is 212, green value is 134 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d4861e hue: 0.10 , saturation: 0.75 and the lightness value of d4861e is 0.47.

The process color (four color CMYK) of #d4861e color hex is 0.00, 0.37, 0.86, 0.17. Web safe color of #d4861e is #cc9933. Color #d4861e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000110 00011110
Octal 324 206 36
Decimal 212 134 30
Hex D4 86 1E

RGB Percentages of Color #d4861e

%56.38
%35.64
%7.98

CMYK Percentages of Color #d4861e

%0
%37
%86
%17

Triadic Colors of #d4861e

#d4861e #1ed486 #861ed4

Analogous Colors of #d4861e

#d4861e #c7d41e #d42b1e

Monochromatic Colors of #d4861e

#d4861e

Complementary Color

#d4861e #1e6cd4

#d4861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4861e Color CSS Codes

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

#d4861e Text Font Color

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

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


#d4861e Background Color

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

This div background color is #d4861e


#d4861e Border Color

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

This div border color is #d4861e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,134,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4861e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4861e;
  -webkit-box-shadow: 1px 1px 3px 2px #d4861e;
  box-shadow:         1px 1px 3px 2px #d4861e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,134,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4861e


Comments

No comments written yet.

Please login to write comment.