Color Hex Logo

#d0d64e Color Hex

#D0D64E
(208,214,78)
0 Favorites   0 Comments

Color spaces of #d0d64e

RGB 20821478
HSL0.170.620.57
HSV63°64°84°
CMYK 0.030.000.64   0.16
XYZ51.434162.053116.4743
Yxy62.05310.39580.4775
Hunter Lab78.7738-21.305442.7421
CIE-Lab82.9417-19.022764.0164

#d0d64e color RGB value is (208,214,78).

#d0d64e hex color red value is 208, green value is 214 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d0d64e hue: 0.17 , saturation: 0.62 and the lightness value of d0d64e is 0.57.

The process color (four color CMYK) of #d0d64e color hex is 0.03, 0.00, 0.64, 0.16. Web safe color of #d0d64e is #cccc66. Color #d0d64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11010110 01001110
Octal 320 326 116
Decimal 208 214 78
Hex D0 D6 4E

RGB Percentages of Color #d0d64e

%41.60
%42.80
%15.60

CMYK Percentages of Color #d0d64e

%3
%0
%64
%16

Triadic Colors of #d0d64e

#d0d64e #4ed0d6 #d64ed0

Analogous Colors of #d0d64e

#d0d64e #8cd64e #d6984e

Monochromatic Colors of #d0d64e

#d0d64e

Complementary Color

#d0d64e #544ed6

#d0d64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0d64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0d64e Color CSS Codes

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

#d0d64e Text Font Color

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

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


#d0d64e Background Color

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

This div background color is #d0d64e


#d0d64e Border Color

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

This div border color is #d0d64e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,214,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0d64e


Comments

No comments written yet.

Please login to write comment.