Color Hex Logo

#dece13 Color Hex

#DECE13
(222,206,19)
0 Favorites   0 Comments

Color spaces of #dece13

RGB 22220619
HSL0.150.840.47
HSV55°91°87°
CMYK 0.000.070.91   0.13
XYZ52.313159.71929.3859
Yxy59.71920.43090.4918
Hunter Lab77.2782-14.402146.8936
CIE-Lab81.6853-11.299580.0739

#dece13 color RGB value is (222,206,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001110 00010011
Octal 336 316 23
Decimal 222 206 19
Hex DE CE 13

RGB Percentages of Color #dece13

%49.66
%46.09
%4.25

CMYK Percentages of Color #dece13

%0
%7
%91
%13

Triadic Colors of #dece13

#dece13 #13dece #ce13de

Analogous Colors of #dece13

#dece13 #89de13 #de6913

Monochromatic Colors of #dece13

#dece13

Complementary Color

#dece13 #1323de

#dece13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dece13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dece13 Color CSS Codes

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

#dece13 Text Font Color

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

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


#dece13 Background Color

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

This div background color is #dece13


#dece13 Border Color

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

This div border color is #dece13


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,206,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 #dece13">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dece13


Comments

No comments written yet.

Please login to write comment.