Color Hex Logo

#dedd13 Color Hex

#DEDD13
(222,221,19)
0 Favorites   0 Comments

Color spaces of #dedd13

RGB 22222119
HSL0.170.840.47
HSV60°91°87°
CMYK 0.000.000.91   0.13
XYZ56.098267.289510.6476
Yxy67.28950.41850.5020
Hunter Lab82.0302-21.481549.7252
CIE-Lab85.6499-18.734983.1159

#dedd13 color RGB value is (222,221,19).

#dedd13 hex color red value is 222, green value is 221 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dedd13 hue: 0.17 , saturation: 0.84 and the lightness value of dedd13 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00010011
Octal 336 335 23
Decimal 222 221 19
Hex DE DD 13

RGB Percentages of Color #dedd13

%48.05
%47.84
%4.11

CMYK Percentages of Color #dedd13

%0
%0
%91
%13

Triadic Colors of #dedd13

#dedd13 #13dedd #dd13de

Analogous Colors of #dedd13

#dedd13 #7ade13 #de7813

Monochromatic Colors of #dedd13

#dedd13

Complementary Color

#dedd13 #1314de

#dedd13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd13 Color CSS Codes

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

#dedd13 Text Font Color

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

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


#dedd13 Background Color

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

This div background color is #dedd13


#dedd13 Border Color

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

This div border color is #dedd13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd13


Comments

No comments written yet.

Please login to write comment.