Color Hex Logo

#dedb72 Color Hex

#DEDB72
(222,219,114)
0 Favorites   0 Comments

Color spaces of #dedb72

RGB 222219114
HSL0.160.620.66
HSV58°49°87°
CMYK 0.000.010.49   0.13
XYZ58.493067.407525.8476
Yxy67.40750.38550.4442
Hunter Lab82.1021-16.507638.8056
CIE-Lab85.7093-13.105751.5240

#dedb72 color RGB value is (222,219,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01110010
Octal 336 333 162
Decimal 222 219 114
Hex DE DB 72

RGB Percentages of Color #dedb72

%40.00
%39.46
%20.54

CMYK Percentages of Color #dedb72

%0
%1
%49
%13

Triadic Colors of #dedb72

#dedb72 #72dedb #db72de

Analogous Colors of #dedb72

#dedb72 #abde72 #dea572

Monochromatic Colors of #dedb72

#dedb72

Complementary Color

#dedb72 #7275de

#dedb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb72 Color CSS Codes

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

#dedb72 Text Font Color

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

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


#dedb72 Background Color

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

This div background color is #dedb72


#dedb72 Border Color

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

This div border color is #dedb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb72


Comments

No comments written yet.

Please login to write comment.