Color Hex Logo

#dec37f Color Hex

#DEC37F
(222,195,127)
0 Favorites   0 Comments

Color spaces of #dec37f

RGB 222195127
HSL0.120.590.68
HSV43°43°87°
CMYK 0.000.120.43   0.13
XYZ53.470156.092128.0874
Yxy56.09210.38850.4075
Hunter Lab74.8947-3.627830.1910
CIE-Lab79.66620.402437.6265

#dec37f color RGB value is (222,195,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01111111
Octal 336 303 177
Decimal 222 195 127
Hex DE C3 7F

RGB Percentages of Color #dec37f

%40.81
%35.85
%23.35

CMYK Percentages of Color #dec37f

%0
%12
%43
%13

Triadic Colors of #dec37f

#dec37f #7fdec3 #c37fde

Analogous Colors of #dec37f

#dec37f #cade7f #de947f

Monochromatic Colors of #dec37f

#dec37f

Complementary Color

#dec37f #7f9ade

#dec37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec37f Color CSS Codes

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

#dec37f Text Font Color

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

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


#dec37f Background Color

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

This div background color is #dec37f


#dec37f Border Color

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

This div border color is #dec37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec37f


Comments

No comments written yet.

Please login to write comment.