Color Hex Logo

#dec318 Color Hex

#DEC318
(222,195,24)
0 Favorites   0 Comments

Color spaces of #dec318

RGB 22219524
HSL0.140.800.48
HSV52°89°87°
CMYK 0.000.120.89   0.13
XYZ49.804254.62588.7830
Yxy54.62580.43990.4825
Hunter Lab73.9093-9.057944.6908
CIE-Lab78.8252-5.629777.0764

#dec318 color RGB value is (222,195,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 00011000
Octal 336 303 30
Decimal 222 195 24
Hex DE C3 18

RGB Percentages of Color #dec318

%50.34
%44.22
%5.44

CMYK Percentages of Color #dec318

%0
%12
%89
%13

Triadic Colors of #dec318

#dec318 #18dec3 #c318de

Analogous Colors of #dec318

#dec318 #96de18 #de6018

Monochromatic Colors of #dec318

#dec318

Complementary Color

#dec318 #1833de

#dec318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec318 Color CSS Codes

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

#dec318 Text Font Color

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

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


#dec318 Background Color

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

This div background color is #dec318


#dec318 Border Color

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

This div border color is #dec318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec318


Comments

No comments written yet.

Please login to write comment.