Color Hex Logo

#d1940e Color Hex

#D1940E
(209,148,14)
0 Favorites   0 Comments

Color spaces of #d1940e

RGB 20914814
HSL0.110.870.44
HSV41°93°82°
CMYK 0.000.290.93   0.18
XYZ36.963734.76685.1779
Yxy34.76680.48060.4521
Hunter Lab58.96348.714436.0678
CIE-Lab65.566713.382568.1729

#d1940e color RGB value is (209,148,14).

#d1940e hex color red value is 209, green value is 148 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d1940e hue: 0.11 , saturation: 0.87 and the lightness value of d1940e is 0.44.

The process color (four color CMYK) of #d1940e color hex is 0.00, 0.29, 0.93, 0.18. Web safe color of #d1940e is #cc9900. Color #d1940e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010100 00001110
Octal 321 224 16
Decimal 209 148 14
Hex D1 94 E

RGB Percentages of Color #d1940e

%56.33
%39.89
%3.77

CMYK Percentages of Color #d1940e

%0
%29
%93
%18

Triadic Colors of #d1940e

#d1940e #0ed194 #940ed1

Analogous Colors of #d1940e

#d1940e #add10e #d1330e

Monochromatic Colors of #d1940e

#d1940e

Complementary Color

#d1940e #0e4bd1

#d1940e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1940e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1940e Color CSS Codes

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

#d1940e Text Font Color

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

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


#d1940e Background Color

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

This div background color is #d1940e


#d1940e Border Color

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

This div border color is #d1940e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,148,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1940e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1940e;
  -webkit-box-shadow: 1px 1px 3px 2px #d1940e;
  box-shadow:         1px 1px 3px 2px #d1940e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,148,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1940e


Comments

No comments written yet.

Please login to write comment.