Color Hex Logo

#ded941 Color Hex

#DED941
(222,217,65)
0 Favorites   0 Comments

Color spaces of #ded941

RGB 22221765
HSL0.160.700.56
HSV58°71°87°
CMYK 0.000.020.71   0.13
XYZ55.891265.537014.7051
Yxy65.53700.41060.4814
Hunter Lab80.9549-18.434945.8987
CIE-Lab84.7597-15.414271.1113

#ded941 color RGB value is (222,217,65).

#ded941 hex color red value is 222, green value is 217 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ded941 hue: 0.16 , saturation: 0.70 and the lightness value of ded941 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 01000001
Octal 336 331 101
Decimal 222 217 65
Hex DE D9 41

RGB Percentages of Color #ded941

%44.05
%43.06
%12.90

CMYK Percentages of Color #ded941

%0
%2
%71
%13

Triadic Colors of #ded941

#ded941 #41ded9 #d941de

Analogous Colors of #ded941

#ded941 #95de41 #de8b41

Monochromatic Colors of #ded941

#ded941

Complementary Color

#ded941 #4146de

#ded941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded941 Color CSS Codes

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

#ded941 Text Font Color

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

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


#ded941 Background Color

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

This div background color is #ded941


#ded941 Border Color

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

This div border color is #ded941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded941


Comments

No comments written yet.

Please login to write comment.