Color Hex Logo

#dcdb82 Color Hex

#DCDB82
(220,219,130)
0 Favorites   0 Comments

Color spaces of #dcdb82

RGB 220219130
HSL0.160.560.69
HSV59°41°86°
CMYK 0.000.000.41   0.14
XYZ58.876067.490431.0429
Yxy67.49040.37400.4288
Hunter Lab82.1525-15.841935.1029
CIE-Lab85.7510-12.359143.8000

#dcdb82 color RGB value is (220,219,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 10000010
Octal 334 333 202
Decimal 220 219 130
Hex DC DB 82

RGB Percentages of Color #dcdb82

%38.66
%38.49
%22.85

CMYK Percentages of Color #dcdb82

%0
%0
%41
%14

Triadic Colors of #dcdb82

#dcdb82 #82dcdb #db82dc

Analogous Colors of #dcdb82

#dcdb82 #b0dc82 #dcae82

Monochromatic Colors of #dcdb82

#dcdb82

Complementary Color

#dcdb82 #8283dc

#dcdb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb82 Color CSS Codes

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

#dcdb82 Text Font Color

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

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


#dcdb82 Background Color

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

This div background color is #dcdb82


#dcdb82 Border Color

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

This div border color is #dcdb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb82


Comments

No comments written yet.

Please login to write comment.