Color Hex Logo

#dec253 Color Hex

#DEC253
(222,194,83)
0 Favorites   0 Comments

Color spaces of #dec253

RGB 22219483
HSL0.130.680.60
HSV48°63°87°
CMYK 0.000.130.63   0.13
XYZ50.977354.737716.0623
Yxy54.73770.41860.4495
Hunter Lab73.9849-6.483138.9175
CIE-Lab78.8899-2.768257.9267

#dec253 color RGB value is (222,194,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 01010011
Octal 336 302 123
Decimal 222 194 83
Hex DE C2 53

RGB Percentages of Color #dec253

%44.49
%38.88
%16.63

CMYK Percentages of Color #dec253

%0
%13
%63
%13

Triadic Colors of #dec253

#dec253 #53dec2 #c253de

Analogous Colors of #dec253

#dec253 #b5de53 #de7d53

Monochromatic Colors of #dec253

#dec253

Complementary Color

#dec253 #536fde

#dec253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec253 Color CSS Codes

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

#dec253 Text Font Color

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

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


#dec253 Background Color

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

This div background color is #dec253


#dec253 Border Color

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

This div border color is #dec253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec253


Comments

No comments written yet.

Please login to write comment.