Color Hex Logo

#dec328 Color Hex

#DEC328
(222,195,40)
0 Favorites   0 Comments

Color spaces of #dec328

RGB 22219540
HSL0.140.730.51
HSV51°82°87°
CMYK 0.000.120.82   0.13
XYZ50.022354.71309.9317
Yxy54.71300.43620.4771
Hunter Lab73.9682-8.730743.8169
CIE-Lab78.8757-5.259573.5493

#dec328 color RGB value is (222,195,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00101000
Octal 336 303 50
Decimal 222 195 40
Hex DE C3 28

RGB Percentages of Color #dec328

%48.58
%42.67
%8.75

CMYK Percentages of Color #dec328

%0
%12
%82
%13

Triadic Colors of #dec328

#dec328 #28dec3 #c328de

Analogous Colors of #dec328

#dec328 #9ede28 #de6828

Monochromatic Colors of #dec328

#dec328

Complementary Color

#dec328 #2843de

#dec328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec328 Color CSS Codes

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

#dec328 Text Font Color

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

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


#dec328 Background Color

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

This div background color is #dec328


#dec328 Border Color

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

This div border color is #dec328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec328

#dec328 Color Palettes


Comments

No comments written yet.

Please login to write comment.