Color Hex Logo

#dec508 Color Hex

#DEC508
(222,197,8)
0 Favorites   0 Comments

Color spaces of #dec508

RGB 2221978
HSL0.150.930.45
HSV53°96°87°
CMYK 0.000.110.96   0.13
XYZ50.134355.47968.2960
Yxy55.47960.44010.4870
Hunter Lab74.4846-10.202945.5356
CIE-Lab79.3167-6.859679.5515

#dec508 color RGB value is (222,197,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00001000
Octal 336 305 10
Decimal 222 197 8
Hex DE C5 8

RGB Percentages of Color #dec508

%51.99
%46.14
%1.87

CMYK Percentages of Color #dec508

%0
%11
%96
%13

Triadic Colors of #dec508

#dec508 #08dec5 #c508de

Analogous Colors of #dec508

#dec508 #8cde08 #de5a08

Monochromatic Colors of #dec508

#dec508

Complementary Color

#dec508 #0821de

#dec508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec508 Color CSS Codes

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

#dec508 Text Font Color

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

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


#dec508 Background Color

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

This div background color is #dec508


#dec508 Border Color

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

This div border color is #dec508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec508


Comments

No comments written yet.

Please login to write comment.