Color Hex Logo

#dea614 Color Hex

#DEA614
(222,166,20)
0 Favorites   0 Comments

Color spaces of #dea614

RGB 22216620
HSL0.120.830.47
HSV43°91°87°
CMYK 0.000.250.91   0.13
XYZ43.886742.85256.6201
Yxy42.85250.47010.4590
Hunter Lab65.46185.111239.8273
CIE-Lab71.45479.497272.1402

#dea614 color RGB value is (222,166,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100110 00010100
Octal 336 246 24
Decimal 222 166 20
Hex DE A6 14

RGB Percentages of Color #dea614

%54.41
%40.69
%4.90

CMYK Percentages of Color #dea614

%0
%25
%91
%13

Triadic Colors of #dea614

#dea614 #14dea6 #a614de

Analogous Colors of #dea614

#dea614 #b1de14 #de4114

Monochromatic Colors of #dea614

#dea614

Complementary Color

#dea614 #144cde

#dea614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea614 Color CSS Codes

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

#dea614 Text Font Color

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

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


#dea614 Background Color

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

This div background color is #dea614


#dea614 Border Color

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

This div border color is #dea614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea614


Comments

No comments written yet.

Please login to write comment.