Color Hex Logo

#d0980b Color Hex

#D0980B
(208,152,11)
0 Favorites   0 Comments

Color spaces of #d0980b

RGB 20815211
HSL0.120.900.43
HSV43°95°82°
CMYK 0.000.270.95   0.18
XYZ37.301135.89055.2782
Yxy35.89050.47540.4574
Hunter Lab59.90876.299736.7124
CIE-Lab66.436210.741969.2071

#d0980b color RGB value is (208,152,11).

#d0980b hex color red value is 208, green value is 152 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d0980b hue: 0.12 , saturation: 0.90 and the lightness value of d0980b is 0.43.

The process color (four color CMYK) of #d0980b color hex is 0.00, 0.27, 0.95, 0.18. Web safe color of #d0980b is #cc9900. Color #d0980b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 00001011
Octal 320 230 13
Decimal 208 152 11
Hex D0 98 B

RGB Percentages of Color #d0980b

%56.06
%40.97
%2.96

CMYK Percentages of Color #d0980b

%0
%27
%95
%18

Triadic Colors of #d0980b

#d0980b #0bd098 #980bd0

Analogous Colors of #d0980b

#d0980b #a6d00b #d0360b

Monochromatic Colors of #d0980b

#d0980b

Complementary Color

#d0980b #0b43d0

#d0980b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0980b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0980b Color CSS Codes

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

#d0980b Text Font Color

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

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


#d0980b Background Color

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

This div background color is #d0980b


#d0980b Border Color

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

This div border color is #d0980b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,152,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 #d0980b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0980b


Comments

No comments written yet.

Please login to write comment.