Color Hex Logo

#dedd65 Color Hex

#DEDD65
(222,221,101)
0 Favorites   0 Comments

Color spaces of #dedd65

RGB 222221101
HSL0.170.650.63
HSV60°55°87°
CMYK 0.000.000.55   0.13
XYZ58.329668.182122.3981
Yxy68.18210.39170.4579
Hunter Lab82.5725-18.408541.7181
CIE-Lab86.0974-15.175057.9671

#dedd65 color RGB value is (222,221,101).

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

The process color (four color CMYK) of #dedd65 color hex is 0.00, 0.00, 0.55, 0.13. Web safe color of #dedd65 is #cccc66. Color #dedd65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 01100101
Octal 336 335 145
Decimal 222 221 101
Hex DE DD 65

RGB Percentages of Color #dedd65

%40.81
%40.63
%18.57

CMYK Percentages of Color #dedd65

%0
%0
%55
%13

Triadic Colors of #dedd65

#dedd65 #65dedd #dd65de

Analogous Colors of #dedd65

#dedd65 #a3de65 #dea165

Monochromatic Colors of #dedd65

#dedd65

Complementary Color

#dedd65 #6566de

#dedd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedd65 Color CSS Codes

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

#dedd65 Text Font Color

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

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


#dedd65 Background Color

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

This div background color is #dedd65


#dedd65 Border Color

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

This div border color is #dedd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedd65


Comments

No comments written yet.

Please login to write comment.