Color Hex Logo

#dedb29 Color Hex

#DEDB29
(222,219,41)
0 Favorites   0 Comments

Color spaces of #dedb29

RGB 22221941
HSL0.160.730.52
HSV59°82°87°
CMYK 0.000.010.82   0.13
XYZ55.856066.352711.9613
Yxy66.35270.41630.4945
Hunter Lab81.4572-20.150848.3138
CIE-Lab85.1760-17.296678.6552

#dedb29 color RGB value is (222,219,41).

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

The process color (four color CMYK) of #dedb29 color hex is 0.00, 0.01, 0.82, 0.13. Web safe color of #dedb29 is #cccc33. Color #dedb29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 00101001
Octal 336 333 51
Decimal 222 219 41
Hex DE DB 29

RGB Percentages of Color #dedb29

%46.06
%45.44
%8.51

CMYK Percentages of Color #dedb29

%0
%1
%82
%13

Triadic Colors of #dedb29

#dedb29 #29dedb #db29de

Analogous Colors of #dedb29

#dedb29 #87de29 #de8129

Monochromatic Colors of #dedb29

#dedb29

Complementary Color

#dedb29 #292cde

#dedb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb29 Color CSS Codes

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

#dedb29 Text Font Color

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

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


#dedb29 Background Color

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

This div background color is #dedb29


#dedb29 Border Color

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

This div border color is #dedb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb29


Comments

No comments written yet.

Please login to write comment.