Color Hex Logo

#dec731 Color Hex

#DEC731
(222,199,49)
0 Favorites   0 Comments

Color spaces of #dec731

RGB 22219949
HSL0.140.720.53
HSV52°78°87°
CMYK 0.000.100.78   0.13
XYZ51.102056.598211.1369
Yxy56.59820.43000.4763
Hunter Lab75.2318-10.407543.8853
CIE-Lab79.9531-7.019771.9033

#dec731 color RGB value is (222,199,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 00110001
Octal 336 307 61
Decimal 222 199 49
Hex DE C7 31

RGB Percentages of Color #dec731

%47.23
%42.34
%10.43

CMYK Percentages of Color #dec731

%0
%10
%78
%13

Triadic Colors of #dec731

#dec731 #31dec7 #c731de

Analogous Colors of #dec731

#dec731 #9fde31 #de7131

Monochromatic Colors of #dec731

#dec731

Complementary Color

#dec731 #3148de

#dec731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec731 Color CSS Codes

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

#dec731 Text Font Color

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

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


#dec731 Background Color

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

This div background color is #dec731


#dec731 Border Color

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

This div border color is #dec731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec731


Comments

No comments written yet.

Please login to write comment.