Color Hex Logo

#dec15d Color Hex

#DEC15D
(222,193,93)
0 Favorites   0 Comments

Color spaces of #dec15d

RGB 22219393
HSL0.130.660.62
HSV47°58°87°
CMYK 0.000.130.58   0.13
XYZ51.169954.459818.1708
Yxy54.45980.41330.4399
Hunter Lab73.7969-5.374737.0590
CIE-Lab78.7291-1.563953.2140

#dec15d color RGB value is (222,193,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000001 01011101
Octal 336 301 135
Decimal 222 193 93
Hex DE C1 5D

RGB Percentages of Color #dec15d

%43.70
%37.99
%18.31

CMYK Percentages of Color #dec15d

%0
%13
%58
%13

Triadic Colors of #dec15d

#dec15d #5ddec1 #c15dde

Analogous Colors of #dec15d

#dec15d #bbde5d #de815d

Monochromatic Colors of #dec15d

#dec15d

Complementary Color

#dec15d #5d7ade

#dec15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec15d Color CSS Codes

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

#dec15d Text Font Color

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

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


#dec15d Background Color

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

This div background color is #dec15d


#dec15d Border Color

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

This div border color is #dec15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec15d


Comments

No comments written yet.

Please login to write comment.