Color Hex Logo

#dec95c Color Hex

#DEC95C
(222,201,92)
0 Favorites   0 Comments

Color spaces of #dec95c

RGB 22220192
HSL0.140.660.62
HSV50°59°87°
CMYK 0.000.090.59   0.13
XYZ52.942658.075618.5445
Yxy58.07560.40860.4482
Hunter Lab76.2073-9.355738.9174
CIE-Lab80.7808-5.763756.0017

#dec95c color RGB value is (222,201,92).

#dec95c hex color red value is 222, green value is 201 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dec95c hue: 0.14 , saturation: 0.66 and the lightness value of dec95c is 0.62.

The process color (four color CMYK) of #dec95c color hex is 0.00, 0.09, 0.59, 0.13. Web safe color of #dec95c is #cccc66. Color #dec95c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01011100
Octal 336 311 134
Decimal 222 201 92
Hex DE C9 5C

RGB Percentages of Color #dec95c

%43.11
%39.03
%17.86

CMYK Percentages of Color #dec95c

%0
%9
%59
%13

Triadic Colors of #dec95c

#dec95c #5cdec9 #c95cde

Analogous Colors of #dec95c

#dec95c #b2de5c #de885c

Monochromatic Colors of #dec95c

#dec95c

Complementary Color

#dec95c #5c71de

#dec95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec95c Color CSS Codes

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

#dec95c Text Font Color

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

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


#dec95c Background Color

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

This div background color is #dec95c


#dec95c Border Color

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

This div border color is #dec95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec95c


Comments

No comments written yet.

Please login to write comment.