Color Hex Logo

#dedb67 Color Hex

#DEDB67
(222,219,103)
0 Favorites   0 Comments

Color spaces of #dedb67

RGB 222219103
HSL0.160.640.64
HSV58°54°87°
CMYK 0.000.010.54   0.13
XYZ57.903967.171922.7456
Yxy67.17190.39170.4544
Hunter Lab81.9585-17.316540.9164
CIE-Lab85.5907-14.026956.4859

#dedb67 color RGB value is (222,219,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01100111
Octal 336 333 147
Decimal 222 219 103
Hex DE DB 67

RGB Percentages of Color #dedb67

%40.81
%40.26
%18.93

CMYK Percentages of Color #dedb67

%0
%1
%54
%13

Triadic Colors of #dedb67

#dedb67 #67dedb #db67de

Analogous Colors of #dedb67

#dedb67 #a6de67 #dea067

Monochromatic Colors of #dedb67

#dedb67

Complementary Color

#dedb67 #676ade

#dedb67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb67 Color CSS Codes

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

#dedb67 Text Font Color

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

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


#dedb67 Background Color

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

This div background color is #dedb67


#dedb67 Border Color

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

This div border color is #dedb67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb67


Comments

No comments written yet.

Please login to write comment.