Color Hex Logo

#dec213 Color Hex

#DEC213
(222,194,19)
0 Favorites   0 Comments

Color spaces of #dec213

RGB 22219419
HSL0.140.840.47
HSV52°91°87°
CMYK 0.000.130.91   0.13
XYZ49.533554.16028.4594
Yxy54.16020.44170.4829
Hunter Lab73.5936-8.646244.7003
CIE-Lab78.5551-5.196877.6852

#dec213 color RGB value is (222,194,19).

#dec213 hex color red value is 222, green value is 194 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dec213 hue: 0.14 , saturation: 0.84 and the lightness value of dec213 is 0.47.

The process color (four color CMYK) of #dec213 color hex is 0.00, 0.13, 0.91, 0.13. Web safe color of #dec213 is #cccc00. Color #dec213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 00010011
Octal 336 302 23
Decimal 222 194 19
Hex DE C2 13

RGB Percentages of Color #dec213

%51.03
%44.60
%4.37

CMYK Percentages of Color #dec213

%0
%13
%91
%13

Triadic Colors of #dec213

#dec213 #13dec2 #c213de

Analogous Colors of #dec213

#dec213 #95de13 #de5d13

Monochromatic Colors of #dec213

#dec213

Complementary Color

#dec213 #132fde

#dec213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec213 Color CSS Codes

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

#dec213 Text Font Color

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

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


#dec213 Background Color

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

This div background color is #dec213


#dec213 Border Color

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

This div border color is #dec213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec213


Comments

No comments written yet.

Please login to write comment.