Color Hex Logo

#dec57d Color Hex

#DEC57D
(222,197,125)
0 Favorites   0 Comments

Color spaces of #dec57d

RGB 222197125
HSL0.120.600.68
HSV45°44°87°
CMYK 0.000.110.44   0.13
XYZ53.792156.942827.5579
Yxy56.94280.38900.4118
Hunter Lab75.4605-4.811831.1698
CIE-Lab80.1474-0.844839.2613

#dec57d color RGB value is (222,197,125).

#dec57d hex color red value is 222, green value is 197 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dec57d hue: 0.12 , saturation: 0.60 and the lightness value of dec57d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 01111101
Octal 336 305 175
Decimal 222 197 125
Hex DE C5 7D

RGB Percentages of Color #dec57d

%40.81
%36.21
%22.98

CMYK Percentages of Color #dec57d

%0
%11
%44
%13

Triadic Colors of #dec57d

#dec57d #7ddec5 #c57dde

Analogous Colors of #dec57d

#dec57d #c7de7d #de957d

Monochromatic Colors of #dec57d

#dec57d

Complementary Color

#dec57d #7d96de

#dec57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec57d Color CSS Codes

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

#dec57d Text Font Color

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

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


#dec57d Background Color

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

This div background color is #dec57d


#dec57d Border Color

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

This div border color is #dec57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec57d


Comments

No comments written yet.

Please login to write comment.