Color Hex Logo

#dec61e Color Hex

#DEC61E
(222,198,30)
0 Favorites   0 Comments

Color spaces of #dec61e

RGB 22219830
HSL0.150.760.49
HSV53°86°87°
CMYK 0.000.110.86   0.13
XYZ50.552656.01159.3752
Yxy56.01150.43600.4831
Hunter Lab74.8408-10.400444.9614
CIE-Lab79.6204-7.047976.5472

#dec61e color RGB value is (222,198,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 00011110
Octal 336 306 36
Decimal 222 198 30
Hex DE C6 1E

RGB Percentages of Color #dec61e

%49.33
%44.00
%6.67

CMYK Percentages of Color #dec61e

%0
%11
%86
%13

Triadic Colors of #dec61e

#dec61e #1edec6 #c61ede

Analogous Colors of #dec61e

#dec61e #96de1e #de661e

Monochromatic Colors of #dec61e

#dec61e

Complementary Color

#dec61e #1e36de

#dec61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec61e Color CSS Codes

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

#dec61e Text Font Color

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

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


#dec61e Background Color

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

This div background color is #dec61e


#dec61e Border Color

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

This div border color is #dec61e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,198,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 #dec61e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec61e


Comments

No comments written yet.

Please login to write comment.