Color Hex Logo

#de9013 Color Hex

#DE9013
(222,144,19)
0 Favorites   0 Comments

Color spaces of #de9013

RGB 22214419
HSL0.100.840.47
HSV37°91°87°
CMYK 0.000.350.91   0.13
XYZ40.215035.52315.3532
Yxy35.52310.49590.4381
Hunter Lab59.601316.137836.3956
CIE-Lab66.153921.252868.3767

#de9013 color RGB value is (222,144,19).

#de9013 hex color red value is 222, green value is 144 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #de9013 hue: 0.10 , saturation: 0.84 and the lightness value of de9013 is 0.47.

The process color (four color CMYK) of #de9013 color hex is 0.00, 0.35, 0.91, 0.13. Web safe color of #de9013 is #cc9900. Color #de9013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 00010011
Octal 336 220 23
Decimal 222 144 19
Hex DE 90 13

RGB Percentages of Color #de9013

%57.66
%37.40
%4.94

CMYK Percentages of Color #de9013

%0
%35
%91
%13

Triadic Colors of #de9013

#de9013 #13de90 #9013de

Analogous Colors of #de9013

#de9013 #c7de13 #de2b13

Monochromatic Colors of #de9013

#de9013

Complementary Color

#de9013 #1361de

#de9013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9013 Color CSS Codes

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

#de9013 Text Font Color

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

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


#de9013 Background Color

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

This div background color is #de9013


#de9013 Border Color

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

This div border color is #de9013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9013


Comments

No comments written yet.

Please login to write comment.