Color Hex Logo

#d6d73a Color Hex

#D6D73A
(214,215,58)
0 Favorites   0 Comments

Color spaces of #d6d73a

RGB 21421558
HSL0.170.660.54
HSV60°73°84°
CMYK 0.000.000.73   0.16
XYZ52.795763.202513.4197
Yxy63.20250.40790.4884
Hunter Lab79.5000-20.583745.6418
CIE-Lab83.5488-18.075672.1051

#d6d73a color RGB value is (214,215,58).

#d6d73a hex color red value is 214, green value is 215 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d6d73a hue: 0.17 , saturation: 0.66 and the lightness value of d6d73a is 0.54.

The process color (four color CMYK) of #d6d73a color hex is 0.00, 0.00, 0.73, 0.16. Web safe color of #d6d73a is #cccc33. Color #d6d73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11010111 00111010
Octal 326 327 72
Decimal 214 215 58
Hex D6 D7 3A

RGB Percentages of Color #d6d73a

%43.94
%44.15
%11.91

CMYK Percentages of Color #d6d73a

%0
%0
%73
%16

Triadic Colors of #d6d73a

#d6d73a #3ad6d7 #d73ad6

Analogous Colors of #d6d73a

#d6d73a #88d73a #d78a3a

Monochromatic Colors of #d6d73a

#d6d73a

Complementary Color

#d6d73a #3b3ad7

#d6d73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6d73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6d73a Color CSS Codes

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

#d6d73a Text Font Color

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

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


#d6d73a Background Color

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

This div background color is #d6d73a


#d6d73a Border Color

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

This div border color is #d6d73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d73a


Comments

No comments written yet.

Please login to write comment.