Color Hex Logo

#de9431 Color Hex

#DE9431
(222,148,49)
0 Favorites   0 Comments

Color spaces of #de9431

RGB 22214849
HSL0.100.720.53
HSV34°78°87°
CMYK 0.000.330.78   0.13
XYZ41.268536.93127.8591
Yxy36.93120.47950.4291
Hunter Lab60.771014.866734.8722
CIE-Lab67.225419.884060.2197

#de9431 color RGB value is (222,148,49).

#de9431 hex color red value is 222, green value is 148 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #de9431 hue: 0.10 , saturation: 0.72 and the lightness value of de9431 is 0.53.

The process color (four color CMYK) of #de9431 color hex is 0.00, 0.33, 0.78, 0.13. Web safe color of #de9431 is #cc9933. Color #de9431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010100 00110001
Octal 336 224 61
Decimal 222 148 49
Hex DE 94 31

RGB Percentages of Color #de9431

%52.98
%35.32
%11.69

CMYK Percentages of Color #de9431

%0
%33
%78
%13

Triadic Colors of #de9431

#de9431 #31de94 #9431de

Analogous Colors of #de9431

#de9431 #d2de31 #de3e31

Monochromatic Colors of #de9431

#de9431

Complementary Color

#de9431 #317bde

#de9431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9431 Color CSS Codes

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

#de9431 Text Font Color

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

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


#de9431 Background Color

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

This div background color is #de9431


#de9431 Border Color

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

This div border color is #de9431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9431


Comments

No comments written yet.

Please login to write comment.