Color Hex Logo

#dede53 Color Hex

#DEDE53
(222,222,83)
0 Favorites   0 Comments

Color spaces of #dede53

RGB 22222283
HSL0.170.680.60
HSV60°63°87°
CMYK 0.000.000.63   0.13
XYZ57.806868.396718.3388
Yxy68.39670.39990.4732
Hunter Lab82.7023-19.962144.7444
CIE-Lab86.2044-16.909465.7642

#dede53 color RGB value is (222,222,83).

#dede53 hex color red value is 222, green value is 222 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dede53 hue: 0.17 , saturation: 0.68 and the lightness value of dede53 is 0.60.

The process color (four color CMYK) of #dede53 color hex is 0.00, 0.00, 0.63, 0.13. Web safe color of #dede53 is #cccc66. Color #dede53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 01010011
Octal 336 336 123
Decimal 222 222 83
Hex DE DE 53

RGB Percentages of Color #dede53

%42.13
%42.13
%15.75

CMYK Percentages of Color #dede53

%0
%0
%63
%13

Triadic Colors of #dede53

#dede53 #53dede #de53de

Analogous Colors of #dede53

#dede53 #99de53 #de9953

Monochromatic Colors of #dede53

#dede53

Complementary Color

#dede53 #5353de

#dede53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dede53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dede53 Color CSS Codes

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

#dede53 Text Font Color

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

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


#dede53 Background Color

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

This div background color is #dede53


#dede53 Border Color

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

This div border color is #dede53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dede53


Comments

No comments written yet.

Please login to write comment.