Color Hex Logo

#dec337 Color Hex

#DEC337
(222,195,55)
0 Favorites   0 Comments

Color spaces of #dec337

RGB 22219555
HSL0.140.720.54
HSV50°75°87°
CMYK 0.000.120.75   0.13
XYZ50.328954.835611.5462
Yxy54.83560.43120.4698
Hunter Lab74.0511-8.271642.5911
CIE-Lab78.9465-4.741769.0358

#dec337 color RGB value is (222,195,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00110111
Octal 336 303 67
Decimal 222 195 55
Hex DE C3 37

RGB Percentages of Color #dec337

%47.03
%41.31
%11.65

CMYK Percentages of Color #dec337

%0
%12
%75
%13

Triadic Colors of #dec337

#dec337 #37dec3 #c337de

Analogous Colors of #dec337

#dec337 #a6de37 #de7037

Monochromatic Colors of #dec337

#dec337

Complementary Color

#dec337 #3752de

#dec337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec337 Color CSS Codes

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

#dec337 Text Font Color

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

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


#dec337 Background Color

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

This div background color is #dec337


#dec337 Border Color

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

This div border color is #dec337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec337


Comments

No comments written yet.

Please login to write comment.