Color Hex Logo

#de9335 Color Hex

#DE9335
(222,147,53)
0 Favorites   0 Comments

Color spaces of #de9335

RGB 22214753
HSL0.090.720.54
HSV33°76°87°
CMYK 0.000.340.76   0.13
XYZ41.200536.65418.2716
Yxy36.65410.47840.4256
Hunter Lab60.542615.523334.2794
CIE-Lab67.016720.575458.4278

#de9335 color RGB value is (222,147,53).

#de9335 hex color red value is 222, green value is 147 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #de9335 hue: 0.09 , saturation: 0.72 and the lightness value of de9335 is 0.54.

The process color (four color CMYK) of #de9335 color hex is 0.00, 0.34, 0.76, 0.13. Web safe color of #de9335 is #cc9933. Color #de9335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010011 00110101
Octal 336 223 65
Decimal 222 147 53
Hex DE 93 35

RGB Percentages of Color #de9335

%52.61
%34.83
%12.56

CMYK Percentages of Color #de9335

%0
%34
%76
%13

Triadic Colors of #de9335

#de9335 #35de93 #9335de

Analogous Colors of #de9335

#de9335 #d5de35 #de3e35

Monochromatic Colors of #de9335

#de9335

Complementary Color

#de9335 #3580de

#de9335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9335 Color CSS Codes

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

#de9335 Text Font Color

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

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


#de9335 Background Color

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

This div background color is #de9335


#de9335 Border Color

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

This div border color is #de9335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9335


Comments

No comments written yet.

Please login to write comment.