Color Hex Logo

#deda1c Color Hex

#DEDA1C
(222,218,28)
0 Favorites   0 Comments

Color spaces of #deda1c

RGB 22221828
HSL0.160.780.49
HSV59°87°87°
CMYK 0.000.020.87   0.13
XYZ55.405265.756210.8707
Yxy65.75620.41960.4980
Hunter Lab81.0902-19.947048.8149
CIE-Lab84.8719-17.115681.1353

#deda1c color RGB value is (222,218,28).

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

The process color (four color CMYK) of #deda1c color hex is 0.00, 0.02, 0.87, 0.13. Web safe color of #deda1c is #cccc33. Color #deda1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 00011100
Octal 336 332 34
Decimal 222 218 28
Hex DE DA 1C

RGB Percentages of Color #deda1c

%47.44
%46.58
%5.98

CMYK Percentages of Color #deda1c

%0
%2
%87
%13

Triadic Colors of #deda1c

#deda1c #1cdeda #da1cde

Analogous Colors of #deda1c

#deda1c #81de1c #de791c

Monochromatic Colors of #deda1c

#deda1c

Complementary Color

#deda1c #1c20de

#deda1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deda1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deda1c Color CSS Codes

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

#deda1c Text Font Color

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

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


#deda1c Background Color

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

This div background color is #deda1c


#deda1c Border Color

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

This div border color is #deda1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deda1c


Comments

No comments written yet.

Please login to write comment.