Color Hex Logo

#dec31c Color Hex

#DEC31C
(222,195,28)
0 Favorites   0 Comments

Color spaces of #dec31c

RGB 22219528
HSL0.140.780.49
HSV52°87°87°
CMYK 0.000.120.87   0.13
XYZ49.848954.64369.0186
Yxy54.64360.43920.4814
Hunter Lab73.9213-8.990744.5114
CIE-Lab78.8355-5.553576.3283

#dec31c color RGB value is (222,195,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00011100
Octal 336 303 34
Decimal 222 195 28
Hex DE C3 1C

RGB Percentages of Color #dec31c

%49.89
%43.82
%6.29

CMYK Percentages of Color #dec31c

%0
%12
%87
%13

Triadic Colors of #dec31c

#dec31c #1cdec3 #c31cde

Analogous Colors of #dec31c

#dec31c #98de1c #de621c

Monochromatic Colors of #dec31c

#dec31c

Complementary Color

#dec31c #1c37de

#dec31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec31c Color CSS Codes

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

#dec31c Text Font Color

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

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


#dec31c Background Color

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

This div background color is #dec31c


#dec31c Border Color

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

This div border color is #dec31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec31c


Comments

No comments written yet.

Please login to write comment.