Color Hex Logo

#dec117 Color Hex

#DEC117
(222,193,23)
0 Favorites   0 Comments

Color spaces of #dec117

RGB 22219323
HSL0.140.810.48
HSV51°90°87°
CMYK 0.000.130.90   0.13
XYZ49.348853.73148.5808
Yxy53.73140.44200.4812
Hunter Lab73.3017-8.106744.3706
CIE-Lab78.3049-4.619176.8475

#dec117 color RGB value is (222,193,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 00010111
Octal 336 301 27
Decimal 222 193 23
Hex DE C1 17

RGB Percentages of Color #dec117

%50.68
%44.06
%5.25

CMYK Percentages of Color #dec117

%0
%13
%90
%13

Triadic Colors of #dec117

#dec117 #17dec1 #c117de

Analogous Colors of #dec117

#dec117 #98de17 #de5e17

Monochromatic Colors of #dec117

#dec117

Complementary Color

#dec117 #1734de

#dec117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec117 Color CSS Codes

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

#dec117 Text Font Color

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

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


#dec117 Background Color

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

This div background color is #dec117


#dec117 Border Color

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

This div border color is #dec117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec117


Comments

No comments written yet.

Please login to write comment.