Color Hex Logo

#d4d70e Color Hex

#D4D70E
(212,215,14)
0 Favorites   0 Comments

Color spaces of #d4d70e

RGB 21221514
HSL0.170.880.45
HSV61°93°84°
CMYK 0.010.000.93   0.16
XYZ51.531162.62969.7882
Yxy62.62960.41570.5053
Hunter Lab79.1389-22.263148.0640
CIE-Lab83.2471-20.083481.5220

#d4d70e color RGB value is (212,215,14).

#d4d70e hex color red value is 212, green value is 215 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d4d70e hue: 0.17 , saturation: 0.88 and the lightness value of d4d70e is 0.45.

The process color (four color CMYK) of #d4d70e color hex is 0.01, 0.00, 0.93, 0.16. Web safe color of #d4d70e is #cccc00. Color #d4d70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11010111 00001110
Octal 324 327 16
Decimal 212 215 14
Hex D4 D7 E

RGB Percentages of Color #d4d70e

%48.07
%48.75
%3.17

CMYK Percentages of Color #d4d70e

%1
%0
%93
%16

Triadic Colors of #d4d70e

#d4d70e #0ed4d7 #d70ed4

Analogous Colors of #d4d70e

#d4d70e #70d70e #d7760e

Monochromatic Colors of #d4d70e

#d4d70e

Complementary Color

#d4d70e #110ed7

#d4d70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d70e Color CSS Codes

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

#d4d70e Text Font Color

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

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


#d4d70e Background Color

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

This div background color is #d4d70e


#d4d70e Border Color

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

This div border color is #d4d70e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,215,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d70e


Comments

No comments written yet.

Please login to write comment.