color codes Logo

#d0d780 color codes

#D0D780
(208,215,128)
0 Favorites   0 Comments

Color spaces of #d0d780

RGB 208215128
HSL0.180.520.67
HSV65°40°84°
CMYK 0.030.000.40   0.16
XYZ54.209163.569329.8350
Yxy63.56930.36720.4306
Hunter Lab79.7304-18.165033.6250
CIE-Lab83.7410-15.268642.0644

#d0d780 color RGB value is (208,215,128).

#d0d780 hex color red value is 208, green value is 215 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d0d780 hue: 0.18 , saturation: 0.52 and the lightness value of d0d780 is 0.67.

The process color (four color CMYK) of #d0d780 color code is 0.03, 0.00, 0.40, 0.16. Web safe color of #d0d780 is #cccc99. Color #d0d780 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11010111 10000000
Octal 320 327 200
Decimal 208 215 128
Hex D0 D7 80

RGB Percentages of Color #d0d780

%37.75
%39.02
%23.23

CMYK Percentages of Color #d0d780

%3
%0
%40
%16

Triadic Colors of #d0d780

#d0d780 #80d0d7 #d780d0

Analogous Colors of #d0d780

#d0d780 #a5d780 #d7b380

Monochromatic Colors of #d0d780

#d0d780

Complementary Color

#d0d780 #8780d7

#d0d780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0d780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0d780 Color CSS Codes

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

#d0d780 Text Font Color

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

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


#d0d780 Background Color

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

This div background color is #d0d780


#d0d780 Border Color

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

This div border color is #d0d780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0d780


Comments

No comments written yet.

Please login to write comment.