Color Hex Logo

#dec815 Color Hex

#DEC815
(222,200,21)
0 Favorites   0 Comments

Color spaces of #dec815

RGB 22220021
HSL0.150.830.48
HSV53°91°87°
CMYK 0.000.100.91   0.13
XYZ50.913856.89239.0073
Yxy56.89230.43590.4870
Hunter Lab75.4270-11.508345.7186
CIE-Lab80.1190-8.234678.5776

#dec815 color RGB value is (222,200,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001000 00010101
Octal 336 310 25
Decimal 222 200 21
Hex DE C8 15

RGB Percentages of Color #dec815

%50.11
%45.15
%4.74

CMYK Percentages of Color #dec815

%0
%10
%91
%13

Triadic Colors of #dec815

#dec815 #15dec8 #c815de

Analogous Colors of #dec815

#dec815 #90de15 #de6415

Monochromatic Colors of #dec815

#dec815

Complementary Color

#dec815 #152bde

#dec815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec815 Color CSS Codes

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

#dec815 Text Font Color

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

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


#dec815 Background Color

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

This div background color is #dec815


#dec815 Border Color

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

This div border color is #dec815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec815


Comments

No comments written yet.

Please login to write comment.