Color Hex Logo

#dedb68 Color Hex

#DEDB68
(222,219,104)
0 Favorites   0 Comments

Color spaces of #dedb68

RGB 222219104
HSL0.160.640.64
HSV58°53°87°
CMYK 0.000.010.53   0.13
XYZ57.954467.192123.0116
Yxy67.19210.39120.4535
Hunter Lab81.9708-17.247140.7351
CIE-Lab85.6009-13.947656.0427

#dedb68 color RGB value is (222,219,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01101000
Octal 336 333 150
Decimal 222 219 104
Hex DE DB 68

RGB Percentages of Color #dedb68

%40.73
%40.18
%19.08

CMYK Percentages of Color #dedb68

%0
%1
%53
%13

Triadic Colors of #dedb68

#dedb68 #68dedb #db68de

Analogous Colors of #dedb68

#dedb68 #a6de68 #dea068

Monochromatic Colors of #dedb68

#dedb68

Complementary Color

#dedb68 #686bde

#dedb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb68 Color CSS Codes

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

#dedb68 Text Font Color

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

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


#dedb68 Background Color

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

This div background color is #dedb68


#dedb68 Border Color

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

This div border color is #dedb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb68


Comments

No comments written yet.

Please login to write comment.