Color Hex Logo

#d2cd80 Color Hex

#D2CD80
(210,205,128)
0 Favorites   0 Comments

Color spaces of #d2cd80

RGB 210205128
HSL0.160.480.66
HSV56°39°82°
CMYK 0.000.020.39   0.18
XYZ52.305958.922829.0385
Yxy58.92280.37290.4201
Hunter Lab76.7612-12.700331.3036
CIE-Lab81.2491-9.438238.9345

#d2cd80 color RGB value is (210,205,128).

#d2cd80 hex color red value is 210, green value is 205 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d2cd80 hue: 0.16 , saturation: 0.48 and the lightness value of d2cd80 is 0.66.

The process color (four color CMYK) of #d2cd80 color hex is 0.00, 0.02, 0.39, 0.18. Web safe color of #d2cd80 is #cccc99. Color #d2cd80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001101 10000000
Octal 322 315 200
Decimal 210 205 128
Hex D2 CD 80

RGB Percentages of Color #d2cd80

%38.67
%37.75
%23.57

CMYK Percentages of Color #d2cd80

%0
%2
%39
%18

Triadic Colors of #d2cd80

#d2cd80 #80d2cd #cd80d2

Analogous Colors of #d2cd80

#d2cd80 #aed280 #d2a480

Monochromatic Colors of #d2cd80

#d2cd80

Complementary Color

#d2cd80 #8085d2

#d2cd80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cd80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cd80 Color CSS Codes

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

#d2cd80 Text Font Color

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

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


#d2cd80 Background Color

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

This div background color is #d2cd80


#d2cd80 Border Color

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

This div border color is #d2cd80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,205,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2cd80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2cd80;
  -webkit-box-shadow: 1px 1px 3px 2px #d2cd80;
  box-shadow:         1px 1px 3px 2px #d2cd80; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cd80


Comments

No comments written yet.

Please login to write comment.