Color Hex Logo

#dec214 Color Hex

#DEC214
(222,194,20)
0 Favorites   0 Comments

Color spaces of #dec214

RGB 22219420
HSL0.140.830.47
HSV52°91°87°
CMYK 0.000.130.91   0.13
XYZ49.542354.16378.5053
Yxy54.16370.44150.4827
Hunter Lab73.5960-8.632944.6652
CIE-Lab78.5571-5.181777.5346

#dec214 color RGB value is (222,194,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 00010100
Octal 336 302 24
Decimal 222 194 20
Hex DE C2 14

RGB Percentages of Color #dec214

%50.92
%44.50
%4.59

CMYK Percentages of Color #dec214

%0
%13
%91
%13

Triadic Colors of #dec214

#dec214 #14dec2 #c214de

Analogous Colors of #dec214

#dec214 #95de14 #de5d14

Monochromatic Colors of #dec214

#dec214

Complementary Color

#dec214 #1430de

#dec214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec214 Color CSS Codes

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

#dec214 Text Font Color

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

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


#dec214 Background Color

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

This div background color is #dec214


#dec214 Border Color

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

This div border color is #dec214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec214


Comments

No comments written yet.

Please login to write comment.