Color Hex Logo

#dec357 Color Hex

#DEC357
(222,195,87)
0 Favorites   0 Comments

Color spaces of #dec357

RGB 22219587
HSL0.130.670.61
HSV48°61°87°
CMYK 0.000.120.61   0.13
XYZ51.359655.247916.9738
Yxy55.24790.41560.4471
Hunter Lab74.3289-6.736238.4908
CIE-Lab79.1838-3.022156.4711

#dec357 color RGB value is (222,195,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01010111
Octal 336 303 127
Decimal 222 195 87
Hex DE C3 57

RGB Percentages of Color #dec357

%44.05
%38.69
%17.26

CMYK Percentages of Color #dec357

%0
%12
%61
%13

Triadic Colors of #dec357

#dec357 #57dec3 #c357de

Analogous Colors of #dec357

#dec357 #b6de57 #de8057

Monochromatic Colors of #dec357

#dec357

Complementary Color

#dec357 #5772de

#dec357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec357 Color CSS Codes

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

#dec357 Text Font Color

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

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


#dec357 Background Color

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

This div background color is #dec357


#dec357 Border Color

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

This div border color is #dec357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec357


Comments

No comments written yet.

Please login to write comment.