Color Hex Logo

#de9627 Color Hex

#DE9627
(222,150,39)
0 Favorites   0 Comments

Color spaces of #de9627

RGB 22215039
HSL0.100.730.51
HSV36°82°87°
CMYK 0.000.320.82   0.13
XYZ41.396837.48886.9737
Yxy37.48880.48210.4366
Hunter Lab61.228113.536136.1067
CIE-Lab67.642118.479564.1907

#de9627 color RGB value is (222,150,39).

#de9627 hex color red value is 222, green value is 150 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #de9627 hue: 0.10 , saturation: 0.73 and the lightness value of de9627 is 0.51.

The process color (four color CMYK) of #de9627 color hex is 0.00, 0.32, 0.82, 0.13. Web safe color of #de9627 is #cc9933. Color #de9627 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 00100111
Octal 336 226 47
Decimal 222 150 39
Hex DE 96 27

RGB Percentages of Color #de9627

%54.01
%36.50
%9.49

CMYK Percentages of Color #de9627

%0
%32
%82
%13

Triadic Colors of #de9627

#de9627 #27de96 #9627de

Analogous Colors of #de9627

#de9627 #cbde27 #de3b27

Monochromatic Colors of #de9627

#de9627

Complementary Color

#de9627 #276fde

#de9627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9627 Color CSS Codes

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

#de9627 Text Font Color

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

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


#de9627 Background Color

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

This div background color is #de9627


#de9627 Border Color

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

This div border color is #de9627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9627


Comments

No comments written yet.

Please login to write comment.