Color Hex Logo

#dedb2b Color Hex

#DEDB2B
(222,219,43)
0 Favorites   0 Comments

Color spaces of #dedb2b

RGB 22221943
HSL0.160.730.52
HSV59°81°87°
CMYK 0.000.010.81   0.13
XYZ55.891866.367012.1498
Yxy66.36700.41580.4938
Hunter Lab81.4659-20.100948.1837
CIE-Lab85.1833-17.238578.1672

#dedb2b color RGB value is (222,219,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 00101011
Octal 336 333 53
Decimal 222 219 43
Hex DE DB 2B

RGB Percentages of Color #dedb2b

%45.87
%45.25
%8.88

CMYK Percentages of Color #dedb2b

%0
%1
%81
%13

Triadic Colors of #dedb2b

#dedb2b #2bdedb #db2bde

Analogous Colors of #dedb2b

#dedb2b #88de2b #de822b

Monochromatic Colors of #dedb2b

#dedb2b

Complementary Color

#dedb2b #2b2ede

#dedb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb2b Color CSS Codes

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

#dedb2b Text Font Color

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

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


#dedb2b Background Color

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

This div background color is #dedb2b


#dedb2b Border Color

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

This div border color is #dedb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb2b


Comments

No comments written yet.

Please login to write comment.