Color Hex Logo

#dec911 Color Hex

#DEC911
(222,201,17)
0 Favorites   0 Comments

Color spaces of #dec911

RGB 22220117
HSL0.150.860.47
HSV54°92°87°
CMYK 0.000.090.92   0.13
XYZ51.112057.34348.9048
Yxy57.34340.43550.4886
Hunter Lab75.7254-12.038346.0357
CIE-Lab80.3724-8.800579.3462

#dec911 color RGB value is (222,201,17).

#dec911 hex color red value is 222, green value is 201 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dec911 hue: 0.15 , saturation: 0.86 and the lightness value of dec911 is 0.47.

The process color (four color CMYK) of #dec911 color hex is 0.00, 0.09, 0.92, 0.13. Web safe color of #dec911 is #cccc00. Color #dec911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 00010001
Octal 336 311 21
Decimal 222 201 17
Hex DE C9 11

RGB Percentages of Color #dec911

%50.45
%45.68
%3.86

CMYK Percentages of Color #dec911

%0
%9
%92
%13

Triadic Colors of #dec911

#dec911 #11dec9 #c911de

Analogous Colors of #dec911

#dec911 #8dde11 #de6211

Monochromatic Colors of #dec911

#dec911

Complementary Color

#dec911 #1126de

#dec911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec911 Color CSS Codes

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

#dec911 Text Font Color

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

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


#dec911 Background Color

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

This div background color is #dec911


#dec911 Border Color

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

This div border color is #dec911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec911


Comments

No comments written yet.

Please login to write comment.