Color Hex Logo

#dea923 Color Hex

#DEA923
(222,169,35)
0 Favorites   0 Comments

Color spaces of #dea923

RGB 22216935
HSL0.120.740.50
HSV43°84°87°
CMYK 0.000.240.84   0.13
XYZ44.615544.02697.7367
Yxy44.02690.46290.4568
Hunter Lab66.35283.905839.5338
CIE-Lab72.24658.212169.3113

#dea923 color RGB value is (222,169,35).

#dea923 hex color red value is 222, green value is 169 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dea923 hue: 0.12 , saturation: 0.74 and the lightness value of dea923 is 0.50.

The process color (four color CMYK) of #dea923 color hex is 0.00, 0.24, 0.84, 0.13. Web safe color of #dea923 is #cc9933. Color #dea923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 00100011
Octal 336 251 43
Decimal 222 169 35
Hex DE A9 23

RGB Percentages of Color #dea923

%52.11
%39.67
%8.22

CMYK Percentages of Color #dea923

%0
%24
%84
%13

Triadic Colors of #dea923

#dea923 #23dea9 #a923de

Analogous Colors of #dea923

#dea923 #b6de23 #de4b23

Monochromatic Colors of #dea923

#dea923

Complementary Color

#dea923 #2358de

#dea923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea923 Color CSS Codes

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

#dea923 Text Font Color

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

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


#dea923 Background Color

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

This div background color is #dea923


#dea923 Border Color

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

This div border color is #dea923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea923


Comments

No comments written yet.

Please login to write comment.