Color Hex Logo

#dec58b Color Hex

#DEC58B
(222,197,139)
0 Favorites   0 Comments

Color spaces of #dec58b

RGB 222197139
HSL0.120.560.71
HSV42°37°87°
CMYK 0.000.110.37   0.13
XYZ54.750757.326232.6055
Yxy57.32620.37840.3962
Hunter Lab75.7141-3.421927.4672
CIE-Lab80.36270.669432.3372

#dec58b color RGB value is (222,197,139).

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

The process color (four color CMYK) of #dec58b color hex is 0.00, 0.11, 0.37, 0.13. Web safe color of #dec58b is #cccc99. Color #dec58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 10001011
Octal 336 305 213
Decimal 222 197 139
Hex DE C5 8B

RGB Percentages of Color #dec58b

%39.78
%35.30
%24.91

CMYK Percentages of Color #dec58b

%0
%11
%37
%13

Triadic Colors of #dec58b

#dec58b #8bdec5 #c58bde

Analogous Colors of #dec58b

#dec58b #cede8b #de9c8b

Monochromatic Colors of #dec58b

#dec58b

Complementary Color

#dec58b #8ba4de

#dec58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec58b Color CSS Codes

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

#dec58b Text Font Color

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

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


#dec58b Background Color

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

This div background color is #dec58b


#dec58b Border Color

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

This div border color is #dec58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec58b


Comments

No comments written yet.

Please login to write comment.