Color Hex Logo

#deda0f Color Hex

#DEDA0F
(222,218,15)
0 Favorites   0 Comments

Color spaces of #deda0f

RGB 22221815
HSL0.160.870.46
HSV59°93°87°
CMYK 0.000.020.93   0.13
XYZ55.281865.706910.2210
Yxy65.70690.42130.5008
Hunter Lab81.0598-20.119849.2659
CIE-Lab84.8467-17.317282.9784

#deda0f color RGB value is (222,218,15).

#deda0f hex color red value is 222, green value is 218 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #deda0f hue: 0.16 , saturation: 0.87 and the lightness value of deda0f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 00001111
Octal 336 332 17
Decimal 222 218 15
Hex DE DA F

RGB Percentages of Color #deda0f

%48.79
%47.91
%3.30

CMYK Percentages of Color #deda0f

%0
%2
%93
%13

Triadic Colors of #deda0f

#deda0f #0fdeda #da0fde

Analogous Colors of #deda0f

#deda0f #7bde0f #de730f

Monochromatic Colors of #deda0f

#deda0f

Complementary Color

#deda0f #0f13de

#deda0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deda0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#deda0f Color CSS Codes

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

#deda0f Text Font Color

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

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


#deda0f Background Color

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

This div background color is #deda0f


#deda0f Border Color

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

This div border color is #deda0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deda0f


Comments

No comments written yet.

Please login to write comment.