Color Hex Logo

#dec635 Color Hex

#DEC635
(222,198,53)
0 Favorites   0 Comments

Color spaces of #dec635

RGB 22219853
HSL0.140.720.54
HSV51°76°87°
CMYK 0.000.110.76   0.13
XYZ50.960956.174811.5251
Yxy56.17480.42950.4734
Hunter Lab74.9498-9.794143.3478
CIE-Lab79.7132-6.360370.4154

#dec635 color RGB value is (222,198,53).

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

The process color (four color CMYK) of #dec635 color hex is 0.00, 0.11, 0.76, 0.13. Web safe color of #dec635 is #cccc33. Color #dec635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 00110101
Octal 336 306 65
Decimal 222 198 53
Hex DE C6 35

RGB Percentages of Color #dec635

%46.93
%41.86
%11.21

CMYK Percentages of Color #dec635

%0
%11
%76
%13

Triadic Colors of #dec635

#dec635 #35dec6 #c635de

Analogous Colors of #dec635

#dec635 #a2de35 #de7235

Monochromatic Colors of #dec635

#dec635

Complementary Color

#dec635 #354dde

#dec635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec635 Color CSS Codes

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

#dec635 Text Font Color

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

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


#dec635 Background Color

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

This div background color is #dec635


#dec635 Border Color

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

This div border color is #dec635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec635


Comments

No comments written yet.

Please login to write comment.