Color Hex Logo

#de980d Color Hex

#DE980D
(222,152,13)
0 Favorites   0 Comments

Color spaces of #de980d

RGB 22215213
HSL0.110.890.46
HSV40°94°87°
CMYK 0.000.320.94   0.13
XYZ41.425138.01515.5351
Yxy38.01510.48750.4474
Hunter Lab61.656412.030237.8368
CIE-Lab68.031716.886670.7936

#de980d color RGB value is (222,152,13).

#de980d hex color red value is 222, green value is 152 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #de980d hue: 0.11 , saturation: 0.89 and the lightness value of de980d is 0.46.

The process color (four color CMYK) of #de980d color hex is 0.00, 0.32, 0.94, 0.13. Web safe color of #de980d is #cc9900. Color #de980d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 00001101
Octal 336 230 15
Decimal 222 152 13
Hex DE 98 D

RGB Percentages of Color #de980d

%57.36
%39.28
%3.36

CMYK Percentages of Color #de980d

%0
%32
%94
%13

Triadic Colors of #de980d

#de980d #0dde98 #980dde

Analogous Colors of #de980d

#de980d #bcde0d #de2f0d

Monochromatic Colors of #de980d

#de980d

Complementary Color

#de980d #0d53de

#de980d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de980d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de980d Color CSS Codes

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

#de980d Text Font Color

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

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


#de980d Background Color

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

This div background color is #de980d


#de980d Border Color

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

This div border color is #de980d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,152,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de980d


Comments

No comments written yet.

Please login to write comment.