Color Hex Logo

#dec15a Color Hex

#DEC15A
(222,193,90)
0 Favorites   0 Comments

Color spaces of #dec15a

RGB 22219390
HSL0.130.670.61
HSV47°59°87°
CMYK 0.000.130.59   0.13
XYZ51.039654.407717.4845
Yxy54.40770.41520.4426
Hunter Lab73.7616-5.569037.5790
CIE-Lab78.6989-1.779254.5660

#dec15a color RGB value is (222,193,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 01011010
Octal 336 301 132
Decimal 222 193 90
Hex DE C1 5A

RGB Percentages of Color #dec15a

%43.96
%38.22
%17.82

CMYK Percentages of Color #dec15a

%0
%13
%59
%13

Triadic Colors of #dec15a

#dec15a #5adec1 #c15ade

Analogous Colors of #dec15a

#dec15a #b9de5a #de7f5a

Monochromatic Colors of #dec15a

#dec15a

Complementary Color

#dec15a #5a77de

#dec15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec15a Color CSS Codes

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

#dec15a Text Font Color

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

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


#dec15a Background Color

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

This div background color is #dec15a


#dec15a Border Color

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

This div border color is #dec15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec15a


Comments

No comments written yet.

Please login to write comment.