Color Hex Logo

#dec831 Color Hex

#DEC831
(222,200,49)
0 Favorites   0 Comments

Color spaces of #dec831

RGB 22220049
HSL0.150.720.53
HSV52°78°87°
CMYK 0.000.100.78   0.13
XYZ51.332957.059911.2139
Yxy57.05990.42920.4771
Hunter Lab75.5380-10.889444.0748
CIE-Lab80.2133-7.529972.1369

#dec831 color RGB value is (222,200,49).

#dec831 hex color red value is 222, green value is 200 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dec831 hue: 0.15 , saturation: 0.72 and the lightness value of dec831 is 0.53.

The process color (four color CMYK) of #dec831 color hex is 0.00, 0.10, 0.78, 0.13. Web safe color of #dec831 is #cccc33. Color #dec831 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 00110001
Octal 336 310 61
Decimal 222 200 49
Hex DE C8 31

RGB Percentages of Color #dec831

%47.13
%42.46
%10.40

CMYK Percentages of Color #dec831

%0
%10
%78
%13

Triadic Colors of #dec831

#dec831 #31dec8 #c831de

Analogous Colors of #dec831

#dec831 #9ede31 #de7231

Monochromatic Colors of #dec831

#dec831

Complementary Color

#dec831 #3147de

#dec831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec831 Color CSS Codes

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

#dec831 Text Font Color

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

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


#dec831 Background Color

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

This div background color is #dec831


#dec831 Border Color

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

This div border color is #dec831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec831


Comments

No comments written yet.

Please login to write comment.