Color Hex Logo

#ded318 Color Hex

#DED318
(222,211,24)
0 Favorites   0 Comments

Color spaces of #ded318

RGB 22221124
HSL0.160.800.48
HSV57°89°87°
CMYK 0.000.050.89   0.13
XYZ53.583362.184110.0427
Yxy62.18410.42590.4943
Hunter Lab78.8569-16.708747.6490
CIE-Lab83.0112-13.724780.3454

#ded318 color RGB value is (222,211,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 00011000
Octal 336 323 30
Decimal 222 211 24
Hex DE D3 18

RGB Percentages of Color #ded318

%48.58
%46.17
%5.25

CMYK Percentages of Color #ded318

%0
%5
%89
%13

Triadic Colors of #ded318

#ded318 #18ded3 #d318de

Analogous Colors of #ded318

#ded318 #86de18 #de7018

Monochromatic Colors of #ded318

#ded318

Complementary Color

#ded318 #1823de

#ded318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded318 Color CSS Codes

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

#ded318 Text Font Color

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

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


#ded318 Background Color

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

This div background color is #ded318


#ded318 Border Color

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

This div border color is #ded318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded318


Comments

No comments written yet.

Please login to write comment.