Color Hex Logo

#dedb73 Color Hex

#DEDB73
(222,219,115)
0 Favorites   0 Comments

Color spaces of #dedb73

RGB 222219115
HSL0.160.620.66
HSV58°48°87°
CMYK 0.000.010.48   0.13
XYZ58.550267.430426.1491
Yxy67.43040.38490.4432
Hunter Lab82.1160-16.429338.6008
CIE-Lab85.7208-13.016851.0642

#dedb73 color RGB value is (222,219,115).

#dedb73 hex color red value is 222, green value is 219 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dedb73 hue: 0.16 , saturation: 0.62 and the lightness value of dedb73 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01110011
Octal 336 333 163
Decimal 222 219 115
Hex DE DB 73

RGB Percentages of Color #dedb73

%39.93
%39.39
%20.68

CMYK Percentages of Color #dedb73

%0
%1
%48
%13

Triadic Colors of #dedb73

#dedb73 #73dedb #db73de

Analogous Colors of #dedb73

#dedb73 #acde73 #dea673

Monochromatic Colors of #dedb73

#dedb73

Complementary Color

#dedb73 #7376de

#dedb73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb73 Color CSS Codes

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

#dedb73 Text Font Color

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

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


#dedb73 Background Color

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

This div background color is #dedb73


#dedb73 Border Color

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

This div border color is #dedb73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb73


Comments

No comments written yet.

Please login to write comment.