Color Hex Logo

#dedd35 Color Hex

#DEDD35
(222,221,53)
0 Favorites   0 Comments

Color spaces of #dedd35

RGB 22222153
HSL0.170.720.54
HSV60°76°87°
CMYK 0.000.000.76   0.13
XYZ56.623367.499513.4125
Yxy67.49950.41170.4908
Hunter Lab82.1581-20.754547.8314
CIE-Lab85.7556-17.885775.9276

#dedd35 color RGB value is (222,221,53).

#dedd35 hex color red value is 222, green value is 221 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dedd35 hue: 0.17 , saturation: 0.72 and the lightness value of dedd35 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 00110101
Octal 336 335 65
Decimal 222 221 53
Hex DE DD 35

RGB Percentages of Color #dedd35

%44.76
%44.56
%10.69

CMYK Percentages of Color #dedd35

%0
%0
%76
%13

Triadic Colors of #dedd35

#dedd35 #35dedd #dd35de

Analogous Colors of #dedd35

#dedd35 #8bde35 #de8935

Monochromatic Colors of #dedd35

#dedd35

Complementary Color

#dedd35 #3536de

#dedd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd35 Color CSS Codes

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

#dedd35 Text Font Color

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

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


#dedd35 Background Color

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

This div background color is #dedd35


#dedd35 Border Color

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

This div border color is #dedd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd35


Comments

No comments written yet.

Please login to write comment.