Color Hex Logo

#dec507 Color Hex

#DEC507
(222,197,7)
0 Favorites   0 Comments

Color spaces of #dec507

RGB 2221977
HSL0.150.940.45
HSV53°97°87°
CMYK 0.000.110.97   0.13
XYZ50.128855.47748.2672
Yxy55.47740.44020.4872
Hunter Lab74.4832-10.211145.5574
CIE-Lab79.3155-6.868979.6475

#dec507 color RGB value is (222,197,7).

#dec507 hex color red value is 222, green value is 197 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #dec507 hue: 0.15 , saturation: 0.94 and the lightness value of dec507 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00000111
Octal 336 305 7
Decimal 222 197 7
Hex DE C5 7

RGB Percentages of Color #dec507

%52.11
%46.24
%1.64

CMYK Percentages of Color #dec507

%0
%11
%97
%13

Triadic Colors of #dec507

#dec507 #07dec5 #c507de

Analogous Colors of #dec507

#dec507 #8cde07 #de5907

Monochromatic Colors of #dec507

#dec507

Complementary Color

#dec507 #0720de

#dec507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec507 Color CSS Codes

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

#dec507 Text Font Color

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

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


#dec507 Background Color

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

This div background color is #dec507


#dec507 Border Color

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

This div border color is #dec507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec507


Comments

No comments written yet.

Please login to write comment.