Color Hex Logo

#dec517 Color Hex

#DEC517
(222,197,23)
0 Favorites   0 Comments

Color spaces of #dec517

RGB 22219723
HSL0.150.810.48
HSV52°90°87°
CMYK 0.000.110.90   0.13
XYZ50.245155.52408.8796
Yxy55.52400.43830.4843
Hunter Lab74.5144-10.037645.0947
CIE-Lab79.3421-6.671877.6520

#dec517 color RGB value is (222,197,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00010111
Octal 336 305 27
Decimal 222 197 23
Hex DE C5 17

RGB Percentages of Color #dec517

%50.23
%44.57
%5.20

CMYK Percentages of Color #dec517

%0
%11
%90
%13

Triadic Colors of #dec517

#dec517 #17dec5 #c517de

Analogous Colors of #dec517

#dec517 #94de17 #de6217

Monochromatic Colors of #dec517

#dec517

Complementary Color

#dec517 #1730de

#dec517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec517 Color CSS Codes

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

#dec517 Text Font Color

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

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


#dec517 Background Color

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

This div background color is #dec517


#dec517 Border Color

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

This div border color is #dec517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec517


Comments

No comments written yet.

Please login to write comment.