Color Hex Logo

#dede83 Color Hex

#DEDE83
(222,222,131)
0 Favorites   0 Comments

Color spaces of #dede83

RGB 222222131
HSL0.170.580.69
HSV60°41°87°
CMYK 0.000.000.41   0.13
XYZ60.342269.410831.6900
Yxy69.41080.37380.4299
Hunter Lab83.3131-16.513735.7669
CIE-Lab86.7071-12.971044.5400

#dede83 color RGB value is (222,222,131).

#dede83 hex color red value is 222, green value is 222 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dede83 hue: 0.17 , saturation: 0.58 and the lightness value of dede83 is 0.69.

The process color (four color CMYK) of #dede83 color hex is 0.00, 0.00, 0.41, 0.13. Web safe color of #dede83 is #cccc99. Color #dede83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011110 10000011
Octal 336 336 203
Decimal 222 222 131
Hex DE DE 83

RGB Percentages of Color #dede83

%38.61
%38.61
%22.78

CMYK Percentages of Color #dede83

%0
%0
%41
%13

Triadic Colors of #dede83

#dede83 #83dede #de83de

Analogous Colors of #dede83

#dede83 #b1de83 #deb183

Monochromatic Colors of #dede83

#dede83

Complementary Color

#dede83 #8383de

#dede83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dede83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dede83 Color CSS Codes

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

#dede83 Text Font Color

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

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


#dede83 Background Color

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

This div background color is #dede83


#dede83 Border Color

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

This div border color is #dede83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dede83


Comments

No comments written yet.

Please login to write comment.