Color Hex Logo

#dec71e Color Hex

#DEC71E
(222,199,30)
0 Favorites   0 Comments

Color spaces of #dec71e

RGB 22219930
HSL0.150.760.49
HSV53°86°87°
CMYK 0.000.100.86   0.13
XYZ50.782056.47029.4516
Yxy56.47020.43510.4839
Hunter Lab75.1467-10.881445.1454
CIE-Lab79.8807-7.558176.7568

#dec71e color RGB value is (222,199,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 00011110
Octal 336 307 36
Decimal 222 199 30
Hex DE C7 1E

RGB Percentages of Color #dec71e

%49.22
%44.12
%6.65

CMYK Percentages of Color #dec71e

%0
%10
%86
%13

Triadic Colors of #dec71e

#dec71e #1edec7 #c71ede

Analogous Colors of #dec71e

#dec71e #95de1e #de671e

Monochromatic Colors of #dec71e

#dec71e

Complementary Color

#dec71e #1e35de

#dec71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec71e Color CSS Codes

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

#dec71e Text Font Color

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

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


#dec71e Background Color

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

This div background color is #dec71e


#dec71e Border Color

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

This div border color is #dec71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec71e


Comments

No comments written yet.

Please login to write comment.