Color Hex Logo

#dec759 Color Hex

#DEC759
(222,199,89)
0 Favorites   0 Comments

Color spaces of #dec759

RGB 22219989
HSL0.140.670.61
HSV50°60°87°
CMYK 0.000.100.60   0.13
XYZ52.350857.097717.7130
Yxy57.09770.41170.4490
Hunter Lab75.5630-8.568738.9957
CIE-Lab80.2345-4.947656.7422

#dec759 color RGB value is (222,199,89).

#dec759 hex color red value is 222, green value is 199 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dec759 hue: 0.14 , saturation: 0.67 and the lightness value of dec759 is 0.61.

The process color (four color CMYK) of #dec759 color hex is 0.00, 0.10, 0.60, 0.13. Web safe color of #dec759 is #cccc66. Color #dec759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01011001
Octal 336 307 131
Decimal 222 199 89
Hex DE C7 59

RGB Percentages of Color #dec759

%43.53
%39.02
%17.45

CMYK Percentages of Color #dec759

%0
%10
%60
%13

Triadic Colors of #dec759

#dec759 #59dec7 #c759de

Analogous Colors of #dec759

#dec759 #b3de59 #de8559

Monochromatic Colors of #dec759

#dec759

Complementary Color

#dec759 #5970de

#dec759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec759 Color CSS Codes

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

#dec759 Text Font Color

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

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


#dec759 Background Color

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

This div background color is #dec759


#dec759 Border Color

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

This div border color is #dec759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec759


Comments

No comments written yet.

Please login to write comment.