Color Hex Logo

#de6018 Color Hex

#DE6018
(222,96,24)
0 Favorites   0 Comments

Color spaces of #de6018

RGB 2229624
HSL0.060.800.48
HSV22°89°87°
CMYK 0.000.570.89   0.13
XYZ34.471923.96133.6723
Yxy23.96130.55510.3858
Hunter Lab48.950340.040829.8172
CIE-Lab56.049046.014559.6041

#de6018 color RGB value is (222,96,24).

#de6018 hex color red value is 222, green value is 96 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #de6018 hue: 0.06 , saturation: 0.80 and the lightness value of de6018 is 0.48.

The process color (four color CMYK) of #de6018 color hex is 0.00, 0.57, 0.89, 0.13. Web safe color of #de6018 is #cc6600. Color #de6018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100000 00011000
Octal 336 140 30
Decimal 222 96 24
Hex DE 60 18

RGB Percentages of Color #de6018

%64.91
%28.07
%7.02

CMYK Percentages of Color #de6018

%0
%57
%89
%13

Triadic Colors of #de6018

#de6018 #18de60 #6018de

Analogous Colors of #de6018

#de6018 #dec318 #de1833

Monochromatic Colors of #de6018

#de6018

Complementary Color

#de6018 #1896de

#de6018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6018 Color CSS Codes

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

#de6018 Text Font Color

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

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


#de6018 Background Color

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

This div background color is #de6018


#de6018 Border Color

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

This div border color is #de6018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6018


Comments

No comments written yet.

Please login to write comment.