Color Hex Logo

#dec77b Color Hex

#DEC77B
(222,199,123)
0 Favorites   0 Comments

Color spaces of #dec77b

RGB 222199123
HSL0.130.600.68
HSV46°45°87°
CMYK 0.000.100.45   0.13
XYZ54.122857.806527.0441
Yxy57.80650.38940.4160
Hunter Lab76.0306-5.987332.1319
CIE-Lab80.6311-2.083940.8864

#dec77b color RGB value is (222,199,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01111011
Octal 336 307 173
Decimal 222 199 123
Hex DE C7 7B

RGB Percentages of Color #dec77b

%40.81
%36.58
%22.61

CMYK Percentages of Color #dec77b

%0
%10
%45
%13

Triadic Colors of #dec77b

#dec77b #7bdec7 #c77bde

Analogous Colors of #dec77b

#dec77b #c4de7b #de967b

Monochromatic Colors of #dec77b

#dec77b

Complementary Color

#dec77b #7b92de

#dec77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec77b Color CSS Codes

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

#dec77b Text Font Color

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

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


#dec77b Background Color

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

This div background color is #dec77b


#dec77b Border Color

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

This div border color is #dec77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec77b


Comments

No comments written yet.

Please login to write comment.