Color Hex Logo

#dec87d Color Hex

#DEC87D
(222,200,125)
0 Favorites   0 Comments

Color spaces of #dec87d

RGB 222200125
HSL0.130.600.68
HSV46°44°87°
CMYK 0.000.100.44   0.13
XYZ54.480158.318827.7873
Yxy58.31880.38750.4148
Hunter Lab76.3667-6.299831.8831
CIE-Lab80.9157-2.400740.2358

#dec87d color RGB value is (222,200,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 01111101
Octal 336 310 175
Decimal 222 200 125
Hex DE C8 7D

RGB Percentages of Color #dec87d

%40.59
%36.56
%22.85

CMYK Percentages of Color #dec87d

%0
%10
%44
%13

Triadic Colors of #dec87d

#dec87d #7ddec8 #c87dde

Analogous Colors of #dec87d

#dec87d #c4de7d #de987d

Monochromatic Colors of #dec87d

#dec87d

Complementary Color

#dec87d #7d93de

#dec87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec87d Color CSS Codes

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

#dec87d Text Font Color

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

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


#dec87d Background Color

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

This div background color is #dec87d


#dec87d Border Color

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

This div border color is #dec87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec87d


Comments

No comments written yet.

Please login to write comment.