Color Hex Logo

#d4dc82 Color Hex

#D4DC82
(212,220,130)
0 Favorites   0 Comments

Color spaces of #d4dc82

RGB 212220130
HSL0.180.560.69
HSV65°41°86°
CMYK 0.040.000.41   0.14
XYZ56.773866.795231.0195
Yxy66.79520.36730.4321
Hunter Lab81.7283-19.026934.7067
CIE-Lab85.4004-15.982543.2286

#d4dc82 color RGB value is (212,220,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 10000010
Octal 324 334 202
Decimal 212 220 130
Hex D4 DC 82

RGB Percentages of Color #d4dc82

%37.72
%39.15
%23.13

CMYK Percentages of Color #d4dc82

%4
%0
%41
%14

Triadic Colors of #d4dc82

#d4dc82 #82d4dc #dc82d4

Analogous Colors of #d4dc82

#d4dc82 #a7dc82 #dcb782

Monochromatic Colors of #d4dc82

#d4dc82

Complementary Color

#d4dc82 #8a82dc

#d4dc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dc82 Color CSS Codes

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

#d4dc82 Text Font Color

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

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


#d4dc82 Background Color

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

This div background color is #d4dc82


#d4dc82 Border Color

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

This div border color is #d4dc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dc82


Comments

No comments written yet.

Please login to write comment.