Color Hex Logo

#dec332 Color Hex

#DEC332
(222,195,50)
0 Favorites   0 Comments

Color spaces of #dec332

RGB 22219550
HSL0.140.720.53
HSV51°77°87°
CMYK 0.000.120.77   0.13
XYZ50.215054.790110.9465
Yxy54.79010.43310.4725
Hunter Lab74.0203-8.442143.0461
CIE-Lab78.9202-4.933870.6586

#dec332 color RGB value is (222,195,50).

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

The process color (four color CMYK) of #dec332 color hex is 0.00, 0.12, 0.77, 0.13. Web safe color of #dec332 is #cccc33. Color #dec332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00110010
Octal 336 303 62
Decimal 222 195 50
Hex DE C3 32

RGB Percentages of Color #dec332

%47.54
%41.76
%10.71

CMYK Percentages of Color #dec332

%0
%12
%77
%13

Triadic Colors of #dec332

#dec332 #32dec3 #c332de

Analogous Colors of #dec332

#dec332 #a3de32 #de6d32

Monochromatic Colors of #dec332

#dec332

Complementary Color

#dec332 #324dde

#dec332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec332 Color CSS Codes

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

#dec332 Text Font Color

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

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


#dec332 Background Color

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

This div background color is #dec332


#dec332 Border Color

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

This div border color is #dec332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec332


Comments

No comments written yet.

Please login to write comment.