Color Hex Logo

#dec314 Color Hex

#DEC314
(222,195,20)
0 Favorites   0 Comments

Color spaces of #dec314

RGB 22219520
HSL0.140.830.47
HSV52°91°87°
CMYK 0.000.120.91   0.13
XYZ49.765654.61038.5797
Yxy54.61030.44060.4835
Hunter Lab73.8988-9.115844.8455
CIE-Lab78.8163-5.695277.7329

#dec314 color RGB value is (222,195,20).

#dec314 hex color red value is 222, green value is 195 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dec314 hue: 0.14 , saturation: 0.83 and the lightness value of dec314 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00010100
Octal 336 303 24
Decimal 222 195 20
Hex DE C3 14

RGB Percentages of Color #dec314

%50.80
%44.62
%4.58

CMYK Percentages of Color #dec314

%0
%12
%91
%13

Triadic Colors of #dec314

#dec314 #14dec3 #c314de

Analogous Colors of #dec314

#dec314 #94de14 #de5e14

Monochromatic Colors of #dec314

#dec314

Complementary Color

#dec314 #142fde

#dec314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec314 Color CSS Codes

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

#dec314 Text Font Color

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

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


#dec314 Background Color

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

This div background color is #dec314


#dec314 Border Color

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

This div border color is #dec314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec314


Comments

No comments written yet.

Please login to write comment.