Color Hex Logo

#dec01d Color Hex

#DEC01D
(222,192,29)
0 Favorites   0 Comments

Color spaces of #dec01d

RGB 22219229
HSL0.140.770.49
HSV51°87°87°
CMYK 0.000.140.87   0.13
XYZ49.195653.31768.8608
Yxy53.31760.44170.4787
Hunter Lab73.0189-7.520943.9184
CIE-Lab78.0621-3.989275.5063

#dec01d color RGB value is (222,192,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000000 00011101
Octal 336 300 35
Decimal 222 192 29
Hex DE C0 1D

RGB Percentages of Color #dec01d

%50.11
%43.34
%6.55

CMYK Percentages of Color #dec01d

%0
%14
%87
%13

Triadic Colors of #dec01d

#dec01d #1ddec0 #c01dde

Analogous Colors of #dec01d

#dec01d #9cde1d #de601d

Monochromatic Colors of #dec01d

#dec01d

Complementary Color

#dec01d #1d3bde

#dec01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec01d Color CSS Codes

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

#dec01d Text Font Color

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

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


#dec01d Background Color

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

This div background color is #dec01d


#dec01d Border Color

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

This div border color is #dec01d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,192,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 #dec01d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec01d


Comments

No comments written yet.

Please login to write comment.