Color Hex Logo

#ded328 Color Hex

#DED328
(222,211,40)
0 Favorites   0 Comments

Color spaces of #ded328

RGB 22221140
HSL0.160.730.51
HSV56°82°87°
CMYK 0.000.050.82   0.13
XYZ53.801562.271311.1914
Yxy62.27130.42280.4893
Hunter Lab78.9122-16.396846.8300
CIE-Lab83.0575-13.364277.1035

#ded328 color RGB value is (222,211,40).

#ded328 hex color red value is 222, green value is 211 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ded328 hue: 0.16 , saturation: 0.73 and the lightness value of ded328 is 0.51.

The process color (four color CMYK) of #ded328 color hex is 0.00, 0.05, 0.82, 0.13. Web safe color of #ded328 is #cccc33. Color #ded328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 00101000
Octal 336 323 50
Decimal 222 211 40
Hex DE D3 28

RGB Percentages of Color #ded328

%46.93
%44.61
%8.46

CMYK Percentages of Color #ded328

%0
%5
%82
%13

Triadic Colors of #ded328

#ded328 #28ded3 #d328de

Analogous Colors of #ded328

#ded328 #8ede28 #de7828

Monochromatic Colors of #ded328

#ded328

Complementary Color

#ded328 #2833de

#ded328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded328 Color CSS Codes

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

#ded328 Text Font Color

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

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


#ded328 Background Color

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

This div background color is #ded328


#ded328 Border Color

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

This div border color is #ded328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded328


Comments

No comments written yet.

Please login to write comment.