Color Hex Logo

#dec43f Color Hex

#DEC43F
(222,196,63)
0 Favorites   0 Comments

Color spaces of #dec43f

RGB 22219663
HSL0.140.710.56
HSV50°72°87°
CMYK 0.000.120.72   0.13
XYZ50.761355.368312.7144
Yxy55.36830.42710.4659
Hunter Lab74.4099-8.447341.9560
CIE-Lab79.2529-4.907566.4735

#dec43f color RGB value is (222,196,63).

#dec43f hex color red value is 222, green value is 196 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dec43f hue: 0.14 , saturation: 0.71 and the lightness value of dec43f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000100 00111111
Octal 336 304 77
Decimal 222 196 63
Hex DE C4 3F

RGB Percentages of Color #dec43f

%46.15
%40.75
%13.10

CMYK Percentages of Color #dec43f

%0
%12
%72
%13

Triadic Colors of #dec43f

#dec43f #3fdec4 #c43fde

Analogous Colors of #dec43f

#dec43f #a9de3f #de753f

Monochromatic Colors of #dec43f

#dec43f

Complementary Color

#dec43f #3f59de

#dec43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec43f Color CSS Codes

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

#dec43f Text Font Color

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

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


#dec43f Background Color

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

This div background color is #dec43f


#dec43f Border Color

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

This div border color is #dec43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec43f


Comments

No comments written yet.

Please login to write comment.