Color Hex Logo

#dec374 Color Hex

#DEC374
(222,195,116)
0 Favorites   0 Comments

Color spaces of #dec374

RGB 222195116
HSL0.120.620.66
HSV45°48°87°
CMYK 0.000.120.48   0.13
XYZ52.791755.820824.5151
Yxy55.82080.39650.4193
Hunter Lab74.7133-4.622032.8450
CIE-Lab79.5117-0.684743.0042

#dec374 color RGB value is (222,195,116).

#dec374 hex color red value is 222, green value is 195 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dec374 hue: 0.12 , saturation: 0.62 and the lightness value of dec374 is 0.66.

The process color (four color CMYK) of #dec374 color hex is 0.00, 0.12, 0.48, 0.13. Web safe color of #dec374 is #cccc66. Color #dec374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01110100
Octal 336 303 164
Decimal 222 195 116
Hex DE C3 74

RGB Percentages of Color #dec374

%41.65
%36.59
%21.76

CMYK Percentages of Color #dec374

%0
%12
%48
%13

Triadic Colors of #dec374

#dec374 #74dec3 #c374de

Analogous Colors of #dec374

#dec374 #c4de74 #de8e74

Monochromatic Colors of #dec374

#dec374

Complementary Color

#dec374 #748fde

#dec374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec374 Color CSS Codes

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

#dec374 Text Font Color

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

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


#dec374 Background Color

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

This div background color is #dec374


#dec374 Border Color

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

This div border color is #dec374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec374


Comments

No comments written yet.

Please login to write comment.