Color Hex Logo

#deab41 Color Hex

#DEAB41
(222,171,65)
0 Favorites   0 Comments

Color spaces of #deab41

RGB 22217165
HSL0.110.700.56
HSV41°71°87°
CMYK 0.000.230.71   0.13
XYZ45.641245.037111.2885
Yxy45.03710.44760.4417
Hunter Lab67.10973.955637.0036
CIE-Lab72.91638.280159.3485

#deab41 color RGB value is (222,171,65).

#deab41 hex color red value is 222, green value is 171 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #deab41 hue: 0.11 , saturation: 0.70 and the lightness value of deab41 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101011 01000001
Octal 336 253 101
Decimal 222 171 65
Hex DE AB 41

RGB Percentages of Color #deab41

%48.47
%37.34
%14.19

CMYK Percentages of Color #deab41

%0
%23
%71
%13

Triadic Colors of #deab41

#deab41 #41deab #ab41de

Analogous Colors of #deab41

#deab41 #c3de41 #de5d41

Monochromatic Colors of #deab41

#deab41

Complementary Color

#deab41 #4174de

#deab41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deab41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deab41 Color CSS Codes

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

#deab41 Text Font Color

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

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


#deab41 Background Color

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

This div background color is #deab41


#deab41 Border Color

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

This div border color is #deab41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deab41


Comments

No comments written yet.

Please login to write comment.