Color Hex Logo

#dec10f Color Hex

#DEC10F
(222,193,15)
0 Favorites   0 Comments

Color spaces of #dec10f

RGB 22219315
HSL0.140.870.46
HSV52°93°87°
CMYK 0.000.130.93   0.13
XYZ49.280453.70408.2205
Yxy53.70400.44310.4829
Hunter Lab73.2830-8.209944.6473
CIE-Lab78.2888-4.735778.0372

#dec10f color RGB value is (222,193,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 00001111
Octal 336 301 17
Decimal 222 193 15
Hex DE C1 F

RGB Percentages of Color #dec10f

%51.63
%44.88
%3.49

CMYK Percentages of Color #dec10f

%0
%13
%93
%13

Triadic Colors of #dec10f

#dec10f #0fdec1 #c10fde

Analogous Colors of #dec10f

#dec10f #94de0f #de5a0f

Monochromatic Colors of #dec10f

#dec10f

Complementary Color

#dec10f #0f2cde

#dec10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec10f Color CSS Codes

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

#dec10f Text Font Color

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

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


#dec10f Background Color

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

This div background color is #dec10f


#dec10f Border Color

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

This div border color is #dec10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec10f


Comments

No comments written yet.

Please login to write comment.