Color Hex Logo

#dec838 Color Hex

#DEC838
(222,200,56)
0 Favorites   0 Comments

Color spaces of #dec838

RGB 22220056
HSL0.140.720.55
HSV52°75°87°
CMYK 0.000.100.75   0.13
XYZ51.492357.123712.0534
Yxy57.12370.42670.4734
Hunter Lab75.5802-10.654543.4507
CIE-Lab80.2491-7.263369.9154

#dec838 color RGB value is (222,200,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 00111000
Octal 336 310 70
Decimal 222 200 56
Hex DE C8 38

RGB Percentages of Color #dec838

%46.44
%41.84
%11.72

CMYK Percentages of Color #dec838

%0
%10
%75
%13

Triadic Colors of #dec838

#dec838 #38dec8 #c838de

Analogous Colors of #dec838

#dec838 #a1de38 #de7538

Monochromatic Colors of #dec838

#dec838

Complementary Color

#dec838 #384ede

#dec838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec838 Color CSS Codes

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

#dec838 Text Font Color

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

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


#dec838 Background Color

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

This div background color is #dec838


#dec838 Border Color

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

This div border color is #dec838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec838


Comments

No comments written yet.

Please login to write comment.