Color Hex Logo

#d2d981 Color Hex

#D2D981
(210,217,129)
0 Favorites   0 Comments

Color spaces of #d2d981

RGB 210217129
HSL0.180.540.68
HSV65°41°85°
CMYK 0.030.000.41   0.15
XYZ55.353664.912330.3808
Yxy64.91230.36740.4309
Hunter Lab80.5682-18.357634.0405
CIE-Lab84.4385-15.377242.4797

#d2d981 color RGB value is (210,217,129).

#d2d981 hex color red value is 210, green value is 217 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #d2d981 hue: 0.18 , saturation: 0.54 and the lightness value of d2d981 is 0.68.

The process color (four color CMYK) of #d2d981 color hex is 0.03, 0.00, 0.41, 0.15. Web safe color of #d2d981 is #cccc99. Color #d2d981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011001 10000001
Octal 322 331 201
Decimal 210 217 129
Hex D2 D9 81

RGB Percentages of Color #d2d981

%37.77
%39.03
%23.20

CMYK Percentages of Color #d2d981

%3
%0
%41
%15

Triadic Colors of #d2d981

#d2d981 #81d2d9 #d981d2

Analogous Colors of #d2d981

#d2d981 #a6d981 #d9b481

Monochromatic Colors of #d2d981

#d2d981

Complementary Color

#d2d981 #8881d9

#d2d981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2d981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2d981 Color CSS Codes

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

#d2d981 Text Font Color

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

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


#d2d981 Background Color

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

This div background color is #d2d981


#d2d981 Border Color

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

This div border color is #d2d981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2d981


Comments

No comments written yet.

Please login to write comment.