Color Hex Logo

#decc58 Color Hex

#DECC58
(222,204,88)
0 Favorites   0 Comments

Color spaces of #decc58

RGB 22220488
HSL0.140.670.61
HSV52°60°87°
CMYK 0.000.080.60   0.13
XYZ53.478559.419917.8831
Yxy59.41990.40890.4543
Hunter Lab77.0843-11.060240.2041
CIE-Lab81.5219-7.574558.6134

#decc58 color RGB value is (222,204,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01011000
Octal 336 314 130
Decimal 222 204 88
Hex DE CC 58

RGB Percentages of Color #decc58

%43.19
%39.69
%17.12

CMYK Percentages of Color #decc58

%0
%8
%60
%13

Triadic Colors of #decc58

#decc58 #58decc #cc58de

Analogous Colors of #decc58

#decc58 #adde58 #de8958

Monochromatic Colors of #decc58

#decc58

Complementary Color

#decc58 #586ade

#decc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc58 Color CSS Codes

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

#decc58 Text Font Color

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

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


#decc58 Background Color

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

This div background color is #decc58


#decc58 Border Color

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

This div border color is #decc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc58


Comments

No comments written yet.

Please login to write comment.