Color Hex Logo

#dec200 Color Hex

#DEC200
(222,194,0)
0 Favorites   0 Comments

Color spaces of #dec200

RGB 2221940
HSL0.151.000.44
HSV52°100°87°
CMYK 0.000.131.00   0.13
XYZ49.416054.11327.8404
Yxy54.11320.44370.4859
Hunter Lab73.5617-8.823345.1739
CIE-Lab78.5277-5.397379.7725

#dec200 color RGB value is (222,194,0).

#dec200 hex color red value is 222, green value is 194 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #dec200 hue: 0.15 , saturation: 1.00 and the lightness value of dec200 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 00000000
Octal 336 302 0
Decimal 222 194 0
Hex DE C2 0

RGB Percentages of Color #dec200

%53.37
%46.63
%0.00

CMYK Percentages of Color #dec200

%0
%13
%100
%13

Triadic Colors of #dec200

#dec200 #00dec2 #c200de

Analogous Colors of #dec200

#dec200 #8bde00 #de5300

Monochromatic Colors of #dec200

#dec200

Complementary Color

#dec200 #001cde

#dec200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec200 Color CSS Codes

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

#dec200 Text Font Color

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

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


#dec200 Background Color

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

This div background color is #dec200


#dec200 Border Color

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

This div border color is #dec200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec200


Comments

No comments written yet.

Please login to write comment.