Color Hex Logo

#dec919 Color Hex

#DEC919
(222,201,25)
0 Favorites   0 Comments

Color spaces of #dec919

RGB 22220125
HSL0.150.800.48
HSV54°89°87°
CMYK 0.000.090.89   0.13
XYZ51.186357.37319.2960
Yxy57.37310.43430.4868
Hunter Lab75.7450-11.928745.7450
CIE-Lab80.3890-8.675278.1218

#dec919 color RGB value is (222,201,25).

#dec919 hex color red value is 222, green value is 201 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dec919 hue: 0.15 , saturation: 0.80 and the lightness value of dec919 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 00011001
Octal 336 311 31
Decimal 222 201 25
Hex DE C9 19

RGB Percentages of Color #dec919

%49.55
%44.87
%5.58

CMYK Percentages of Color #dec919

%0
%9
%89
%13

Triadic Colors of #dec919

#dec919 #19dec9 #c919de

Analogous Colors of #dec919

#dec919 #91de19 #de6719

Monochromatic Colors of #dec919

#dec919

Complementary Color

#dec919 #192ede

#dec919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec919 Color CSS Codes

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

#dec919 Text Font Color

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

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


#dec919 Background Color

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

This div background color is #dec919


#dec919 Border Color

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

This div border color is #dec919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec919


Comments

No comments written yet.

Please login to write comment.