Color Hex Logo

#deab24 Color Hex

#DEAB24
(222,171,36)
0 Favorites   0 Comments

Color spaces of #deab24

RGB 22217136
HSL0.120.740.51
HSV44°84°87°
CMYK 0.000.230.84   0.13
XYZ45.005544.78287.9410
Yxy44.78280.46050.4582
Hunter Lab66.92002.936239.8084
CIE-Lab72.74867.176569.4543

#deab24 color RGB value is (222,171,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 00100100
Octal 336 253 44
Decimal 222 171 36
Hex DE AB 24

RGB Percentages of Color #deab24

%51.75
%39.86
%8.39

CMYK Percentages of Color #deab24

%0
%23
%84
%13

Triadic Colors of #deab24

#deab24 #24deab #ab24de

Analogous Colors of #deab24

#deab24 #b4de24 #de4e24

Monochromatic Colors of #deab24

#deab24

Complementary Color

#deab24 #2457de

#deab24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab24 Color CSS Codes

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

#deab24 Text Font Color

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

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


#deab24 Background Color

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

This div background color is #deab24


#deab24 Border Color

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

This div border color is #deab24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab24


Comments

No comments written yet.

Please login to write comment.