Color Hex Logo

#dec371 Color Hex

#DEC371
(222,195,113)
0 Favorites   0 Comments

Color spaces of #dec371

RGB 222195113
HSL0.130.620.66
HSV45°49°87°
CMYK 0.000.120.49   0.13
XYZ52.619955.752123.6106
Yxy55.75210.39870.4224
Hunter Lab74.6673-4.874533.5190
CIE-Lab79.4725-0.962144.4517

#dec371 color RGB value is (222,195,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01110001
Octal 336 303 161
Decimal 222 195 113
Hex DE C3 71

RGB Percentages of Color #dec371

%41.89
%36.79
%21.32

CMYK Percentages of Color #dec371

%0
%12
%49
%13

Triadic Colors of #dec371

#dec371 #71dec3 #c371de

Analogous Colors of #dec371

#dec371 #c3de71 #de8d71

Monochromatic Colors of #dec371

#dec371

Complementary Color

#dec371 #718cde

#dec371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec371 Color CSS Codes

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

#dec371 Text Font Color

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

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


#dec371 Background Color

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

This div background color is #dec371


#dec371 Border Color

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

This div border color is #dec371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec371


Comments

No comments written yet.

Please login to write comment.