Color Hex Logo

#d4830b Color Hex

#D4830B
(212,131,11)
0 Favorites   0 Comments

Color spaces of #d4830b

RGB 21213111
HSL0.100.900.44
HSV36°95°83°
CMYK 0.000.380.95   0.17
XYZ35.328130.25384.2942
Yxy30.25380.50560.4330
Hunter Lab55.003518.392533.8736
CIE-Lab61.872623.840966.1855

#d4830b color RGB value is (212,131,11).

#d4830b hex color red value is 212, green value is 131 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d4830b hue: 0.10 , saturation: 0.90 and the lightness value of d4830b is 0.44.

The process color (four color CMYK) of #d4830b color hex is 0.00, 0.38, 0.95, 0.17. Web safe color of #d4830b is #cc9900. Color #d4830b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000011 00001011
Octal 324 203 13
Decimal 212 131 11
Hex D4 83 B

RGB Percentages of Color #d4830b

%59.89
%37.01
%3.11

CMYK Percentages of Color #d4830b

%0
%38
%95
%17

Triadic Colors of #d4830b

#d4830b #0bd483 #830bd4

Analogous Colors of #d4830b

#d4830b #c1d40b #d41e0b

Monochromatic Colors of #d4830b

#d4830b

Complementary Color

#d4830b #0b5cd4

#d4830b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4830b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4830b Color CSS Codes

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

#d4830b Text Font Color

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

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


#d4830b Background Color

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

This div background color is #d4830b


#d4830b Border Color

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

This div border color is #d4830b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4830b


Comments

No comments written yet.

Please login to write comment.