Color Hex Logo

#decc7b Color Hex

#DECC7B
(222,204,123)
0 Favorites   0 Comments

Color spaces of #decc7b

RGB 222204123
HSL0.140.600.68
HSV49°45°87°
CMYK 0.000.080.45   0.13
XYZ55.292260.145427.4339
Yxy60.14540.38700.4210
Hunter Lab77.5535-8.455933.3141
CIE-Lab81.9172-4.663742.5026

#decc7b color RGB value is (222,204,123).

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

The process color (four color CMYK) of #decc7b color hex is 0.00, 0.08, 0.45, 0.13. Web safe color of #decc7b is #cccc66. Color #decc7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001100 01111011
Octal 336 314 173
Decimal 222 204 123
Hex DE CC 7B

RGB Percentages of Color #decc7b

%40.44
%37.16
%22.40

CMYK Percentages of Color #decc7b

%0
%8
%45
%13

Triadic Colors of #decc7b

#decc7b #7bdecc #cc7bde

Analogous Colors of #decc7b

#decc7b #bfde7b #de9b7b

Monochromatic Colors of #decc7b

#decc7b

Complementary Color

#decc7b #7b8dde

#decc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#decc7b Color CSS Codes

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

#decc7b Text Font Color

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

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


#decc7b Background Color

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

This div background color is #decc7b


#decc7b Border Color

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

This div border color is #decc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decc7b


Comments

No comments written yet.

Please login to write comment.