Color Hex Logo

#dec11e Color Hex

#DEC11E
(222,193,30)
0 Favorites   0 Comments

Color spaces of #dec11e

RGB 22219330
HSL0.140.760.49
HSV51°86°87°
CMYK 0.000.130.86   0.13
XYZ49.428553.76339.0005
Yxy53.76330.44060.4792
Hunter Lab73.3235-7.986444.0485
CIE-Lab78.3235-4.483375.5039

#dec11e color RGB value is (222,193,30).

#dec11e hex color red value is 222, green value is 193 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dec11e hue: 0.14 , saturation: 0.76 and the lightness value of dec11e is 0.49.

The process color (four color CMYK) of #dec11e color hex is 0.00, 0.13, 0.86, 0.13. Web safe color of #dec11e is #cccc33. Color #dec11e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 00011110
Octal 336 301 36
Decimal 222 193 30
Hex DE C1 1E

RGB Percentages of Color #dec11e

%49.89
%43.37
%6.74

CMYK Percentages of Color #dec11e

%0
%13
%86
%13

Triadic Colors of #dec11e

#dec11e #1edec1 #c11ede

Analogous Colors of #dec11e

#dec11e #9bde1e #de611e

Monochromatic Colors of #dec11e

#dec11e

Complementary Color

#dec11e #1e3bde

#dec11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec11e Color CSS Codes

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

#dec11e Text Font Color

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

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


#dec11e Background Color

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

This div background color is #dec11e


#dec11e Border Color

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

This div border color is #dec11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec11e


Comments

No comments written yet.

Please login to write comment.