Color Hex Logo

#dec557 Color Hex

#DEC557
(222,197,87)
0 Favorites   0 Comments

Color spaces of #dec557

RGB 22219787
HSL0.140.670.61
HSV49°61°87°
CMYK 0.000.110.61   0.13
XYZ51.810856.150217.1242
Yxy56.15020.41420.4489
Hunter Lab74.9334-7.714338.9041
CIE-Lab79.6992-4.054457.0427

#dec557 color RGB value is (222,197,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 01010111
Octal 336 305 127
Decimal 222 197 87
Hex DE C5 57

RGB Percentages of Color #dec557

%43.87
%38.93
%17.19

CMYK Percentages of Color #dec557

%0
%11
%61
%13

Triadic Colors of #dec557

#dec557 #57dec5 #c557de

Analogous Colors of #dec557

#dec557 #b4de57 #de8257

Monochromatic Colors of #dec557

#dec557

Complementary Color

#dec557 #5770de

#dec557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec557 Color CSS Codes

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

#dec557 Text Font Color

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

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


#dec557 Background Color

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

This div background color is #dec557


#dec557 Border Color

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

This div border color is #dec557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec557


Comments

No comments written yet.

Please login to write comment.