Color Hex Logo

#dec51d Color Hex

#DEC51D
(222,197,29)
0 Favorites   0 Comments

Color spaces of #dec51d

RGB 22219729
HSL0.150.770.49
HSV52°87°87°
CMYK 0.000.110.87   0.13
XYZ50.312255.55089.2330
Yxy55.55080.43710.4826
Hunter Lab74.5324-9.937544.8279
CIE-Lab79.3575-6.558076.5428

#dec51d color RGB value is (222,197,29).

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

The process color (four color CMYK) of #dec51d color hex is 0.00, 0.11, 0.87, 0.13. Web safe color of #dec51d is #cccc33. Color #dec51d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000101 00011101
Octal 336 305 35
Decimal 222 197 29
Hex DE C5 1D

RGB Percentages of Color #dec51d

%49.55
%43.97
%6.47

CMYK Percentages of Color #dec51d

%0
%11
%87
%13

Triadic Colors of #dec51d

#dec51d #1ddec5 #c51dde

Analogous Colors of #dec51d

#dec51d #97de1d #de651d

Monochromatic Colors of #dec51d

#dec51d

Complementary Color

#dec51d #1d36de

#dec51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec51d Color CSS Codes

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

#dec51d Text Font Color

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

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


#dec51d Background Color

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

This div background color is #dec51d


#dec51d Border Color

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

This div border color is #dec51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec51d


Comments

No comments written yet.

Please login to write comment.