Color Hex Logo

#ded828 Color Hex

#DED828
(222,216,40)
0 Favorites   0 Comments

Color spaces of #ded828

RGB 22221640
HSL0.160.730.51
HSV58°82°87°
CMYK 0.000.030.82   0.13
XYZ55.063164.794511.6119
Yxy64.79450.41880.4928
Hunter Lab80.4950-18.762347.7936
CIE-Lab84.3777-15.846978.2208

#ded828 color RGB value is (222,216,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011000 00101000
Octal 336 330 50
Decimal 222 216 40
Hex DE D8 28

RGB Percentages of Color #ded828

%46.44
%45.19
%8.37

CMYK Percentages of Color #ded828

%0
%3
%82
%13

Triadic Colors of #ded828

#ded828 #28ded8 #d828de

Analogous Colors of #ded828

#ded828 #89de28 #de7d28

Monochromatic Colors of #ded828

#ded828

Complementary Color

#ded828 #282ede

#ded828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded828 Color CSS Codes

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

#ded828 Text Font Color

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

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


#ded828 Background Color

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

This div background color is #ded828


#ded828 Border Color

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

This div border color is #ded828


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,216,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 #ded828">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded828


Comments

No comments written yet.

Please login to write comment.