Color Hex Logo

#d4c682 Color Hex

#D4C682
(212,198,130)
0 Favorites   0 Comments

Color spaces of #d4c682

RGB 212198130
HSL0.140.490.67
HSV50°39°83°
CMYK 0.000.070.39   0.17
XYZ51.374755.996929.2198
Yxy55.99690.37610.4100
Hunter Lab74.8311-8.406629.2304
CIE-Lab79.6121-4.827935.8446

#d4c682 color RGB value is (212,198,130).

#d4c682 hex color red value is 212, green value is 198 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d4c682 hue: 0.14 , saturation: 0.49 and the lightness value of d4c682 is 0.67.

The process color (four color CMYK) of #d4c682 color hex is 0.00, 0.07, 0.39, 0.17. Web safe color of #d4c682 is #cccc99. Color #d4c682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000110 10000010
Octal 324 306 202
Decimal 212 198 130
Hex D4 C6 82

RGB Percentages of Color #d4c682

%39.26
%36.67
%24.07

CMYK Percentages of Color #d4c682

%0
%7
%39
%17

Triadic Colors of #d4c682

#d4c682 #82d4c6 #c682d4

Analogous Colors of #d4c682

#d4c682 #b9d482 #d49d82

Monochromatic Colors of #d4c682

#d4c682

Complementary Color

#d4c682 #8290d4

#d4c682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c682 Color CSS Codes

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

#d4c682 Text Font Color

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

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


#d4c682 Background Color

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

This div background color is #d4c682


#d4c682 Border Color

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

This div border color is #d4c682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c682


Comments

No comments written yet.

Please login to write comment.