Color Hex Logo

#dec514 Color Hex

#DEC514
(222,197,20)
0 Favorites   0 Comments

Color spaces of #dec514

RGB 22219720
HSL0.150.830.47
HSV53°91°87°
CMYK 0.000.110.91   0.13
XYZ50.216755.51268.7301
Yxy55.51260.43870.4850
Hunter Lab74.5068-10.079945.2076
CIE-Lab79.3356-6.719878.1302

#dec514 color RGB value is (222,197,20).

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

The process color (four color CMYK) of #dec514 color hex is 0.00, 0.11, 0.91, 0.13. Web safe color of #dec514 is #cccc00. Color #dec514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00010100
Octal 336 305 24
Decimal 222 197 20
Hex DE C5 14

RGB Percentages of Color #dec514

%50.57
%44.87
%4.56

CMYK Percentages of Color #dec514

%0
%11
%91
%13

Triadic Colors of #dec514

#dec514 #14dec5 #c514de

Analogous Colors of #dec514

#dec514 #92de14 #de6014

Monochromatic Colors of #dec514

#dec514

Complementary Color

#dec514 #142dde

#dec514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec514 Color CSS Codes

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

#dec514 Text Font Color

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

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


#dec514 Background Color

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

This div background color is #dec514


#dec514 Border Color

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

This div border color is #dec514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec514


Comments

No comments written yet.

Please login to write comment.