Color Hex Logo

#de8503 Color Hex

#DE8503
(222,133,3)
0 Favorites   0 Comments

Color spaces of #de8503

RGB 2221333
HSL0.100.970.44
HSV36°99°87°
CMYK 0.000.400.99   0.13
XYZ38.528232.31124.2922
Yxy32.31120.51280.4301
Hunter Lab56.842921.512335.3131
CIE-Lab63.599326.941069.1731

#de8503 color RGB value is (222,133,3).

#de8503 hex color red value is 222, green value is 133 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #de8503 hue: 0.10 , saturation: 0.97 and the lightness value of de8503 is 0.44.

The process color (four color CMYK) of #de8503 color hex is 0.00, 0.40, 0.99, 0.13. Web safe color of #de8503 is #cc9900. Color #de8503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000101 00000011
Octal 336 205 3
Decimal 222 133 3
Hex DE 85 3

RGB Percentages of Color #de8503

%62.01
%37.15
%0.84

CMYK Percentages of Color #de8503

%0
%40
%99
%13

Triadic Colors of #de8503

#de8503 #03de85 #8503de

Analogous Colors of #de8503

#de8503 #cade03 #de1803

Monochromatic Colors of #de8503

#de8503

Complementary Color

#de8503 #035cde

#de8503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8503 Color CSS Codes

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

#de8503 Text Font Color

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

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


#de8503 Background Color

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

This div background color is #de8503


#de8503 Border Color

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

This div border color is #de8503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8503


Comments

No comments written yet.

Please login to write comment.