Color Hex Logo

#dec857 Color Hex

#DEC857
(222,200,87)
0 Favorites   0 Comments

Color spaces of #dec857

RGB 22220087
HSL0.140.670.61
HSV50°61°87°
CMYK 0.000.100.61   0.13
XYZ52.498857.526317.3535
Yxy57.52630.41210.4516
Hunter Lab75.8461-9.177439.5268
CIE-Lab80.4747-5.597157.9000

#dec857 color RGB value is (222,200,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 01010111
Octal 336 310 127
Decimal 222 200 87
Hex DE C8 57

RGB Percentages of Color #dec857

%43.61
%39.29
%17.09

CMYK Percentages of Color #dec857

%0
%10
%61
%13

Triadic Colors of #dec857

#dec857 #57dec8 #c857de

Analogous Colors of #dec857

#dec857 #b1de57 #de8557

Monochromatic Colors of #dec857

#dec857

Complementary Color

#dec857 #576dde

#dec857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec857 Color CSS Codes

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

#dec857 Text Font Color

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

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


#dec857 Background Color

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

This div background color is #dec857


#dec857 Border Color

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

This div border color is #dec857


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,200,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 #dec857">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec857


Comments

No comments written yet.

Please login to write comment.