Color Hex Logo

#dec37d Color Hex

#DEC37D
(222,195,125)
0 Favorites   0 Comments

Color spaces of #dec37d

RGB 222195125
HSL0.120.600.68
HSV43°44°87°
CMYK 0.000.120.44   0.13
XYZ53.341056.040527.4076
Yxy56.04050.39000.4097
Hunter Lab74.8602-3.816730.6951
CIE-Lab79.63690.196438.6114

#dec37d color RGB value is (222,195,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 01111101
Octal 336 303 175
Decimal 222 195 125
Hex DE C3 7D

RGB Percentages of Color #dec37d

%40.96
%35.98
%23.06

CMYK Percentages of Color #dec37d

%0
%12
%44
%13

Triadic Colors of #dec37d

#dec37d #7ddec3 #c37dde

Analogous Colors of #dec37d

#dec37d #c9de7d #de937d

Monochromatic Colors of #dec37d

#dec37d

Complementary Color

#dec37d #7d98de

#dec37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec37d Color CSS Codes

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

#dec37d Text Font Color

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

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


#dec37d Background Color

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

This div background color is #dec37d


#dec37d Border Color

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

This div border color is #dec37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec37d


Comments

No comments written yet.

Please login to write comment.