Color Hex Logo

#dcdb83 Color Hex

#DCDB83
(220,219,131)
0 Favorites   0 Comments

Color spaces of #dcdb83

RGB 220219131
HSL0.160.560.69
HSV59°40°86°
CMYK 0.000.000.40   0.14
XYZ58.943567.517431.3982
Yxy67.51740.37340.4277
Hunter Lab82.1690-15.749634.8625
CIE-Lab85.7646-12.254843.3231

#dcdb83 color RGB value is (220,219,131).

#dcdb83 hex color red value is 220, green value is 219 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dcdb83 hue: 0.16 , saturation: 0.56 and the lightness value of dcdb83 is 0.69.

The process color (four color CMYK) of #dcdb83 color hex is 0.00, 0.00, 0.40, 0.14. Web safe color of #dcdb83 is #cccc99. Color #dcdb83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 10000011
Octal 334 333 203
Decimal 220 219 131
Hex DC DB 83

RGB Percentages of Color #dcdb83

%38.60
%38.42
%22.98

CMYK Percentages of Color #dcdb83

%0
%0
%40
%14

Triadic Colors of #dcdb83

#dcdb83 #83dcdb #db83dc

Analogous Colors of #dcdb83

#dcdb83 #b1dc83 #dcaf83

Monochromatic Colors of #dcdb83

#dcdb83

Complementary Color

#dcdb83 #8384dc

#dcdb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb83 Color CSS Codes

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

#dcdb83 Text Font Color

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

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


#dcdb83 Background Color

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

This div background color is #dcdb83


#dcdb83 Border Color

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

This div border color is #dcdb83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,219,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 #dcdb83">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb83


Comments

No comments written yet.

Please login to write comment.