Color Hex Logo

#deac23 Color Hex

#DEAC23
(222,172,35)
0 Favorites   0 Comments

Color spaces of #deac23

RGB 22217235
HSL0.120.740.50
HSV44°84°87°
CMYK 0.000.230.84   0.13
XYZ45.180145.15607.9248
Yxy45.15600.45980.4596
Hunter Lab67.19822.416040.0466
CIE-Lab72.99456.620169.9350

#deac23 color RGB value is (222,172,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101100 00100011
Octal 336 254 43
Decimal 222 172 35
Hex DE AC 23

RGB Percentages of Color #deac23

%51.75
%40.09
%8.16

CMYK Percentages of Color #deac23

%0
%23
%84
%13

Triadic Colors of #deac23

#deac23 #23deac #ac23de

Analogous Colors of #deac23

#deac23 #b3de23 #de4e23

Monochromatic Colors of #deac23

#deac23

Complementary Color

#deac23 #2355de

#deac23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deac23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deac23 Color CSS Codes

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

#deac23 Text Font Color

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

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


#deac23 Background Color

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

This div background color is #deac23


#deac23 Border Color

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

This div border color is #deac23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deac23


Comments

No comments written yet.

Please login to write comment.