Color Hex Logo

#dedc31 Color Hex

#DEDC31
(222,220,49)
0 Favorites   0 Comments

Color spaces of #dedc31

RGB 22222049
HSL0.160.720.53
HSV59°78°87°
CMYK 0.000.010.78   0.13
XYZ56.271866.937712.8602
Yxy66.93770.41360.4919
Hunter Lab81.8155-20.406747.9513
CIE-Lab85.4725-17.537876.8246

#dedc31 color RGB value is (222,220,49).

#dedc31 hex color red value is 222, green value is 220 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dedc31 hue: 0.16 , saturation: 0.72 and the lightness value of dedc31 is 0.53.

The process color (four color CMYK) of #dedc31 color hex is 0.00, 0.01, 0.78, 0.13. Web safe color of #dedc31 is #cccc33. Color #dedc31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 00110001
Octal 336 334 61
Decimal 222 220 49
Hex DE DC 31

RGB Percentages of Color #dedc31

%45.21
%44.81
%9.98

CMYK Percentages of Color #dedc31

%0
%1
%78
%13

Triadic Colors of #dedc31

#dedc31 #31dedc #dc31de

Analogous Colors of #dedc31

#dedc31 #8ade31 #de8631

Monochromatic Colors of #dedc31

#dedc31

Complementary Color

#dedc31 #3133de

#dedc31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc31 Color CSS Codes

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

#dedc31 Text Font Color

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

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


#dedc31 Background Color

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

This div background color is #dedc31


#dedc31 Border Color

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

This div border color is #dedc31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc31


Comments

No comments written yet.

Please login to write comment.