Color Hex Logo

#d3d71b Color Hex

#D3D71B
(211,215,27)
0 Favorites   0 Comments

Color spaces of #d3d71b

RGB 21121527
HSL0.170.780.47
HSV61°87°84°
CMYK 0.020.000.87   0.16
XYZ51.362262.528910.3991
Yxy62.52890.41320.5031
Hunter Lab79.0752-22.439547.5555
CIE-Lab83.1939-20.299979.6038

#d3d71b color RGB value is (211,215,27).

#d3d71b hex color red value is 211, green value is 215 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d3d71b hue: 0.17 , saturation: 0.78 and the lightness value of d3d71b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11010111 00011011
Octal 323 327 33
Decimal 211 215 27
Hex D3 D7 1B

RGB Percentages of Color #d3d71b

%46.58
%47.46
%5.96

CMYK Percentages of Color #d3d71b

%2
%0
%87
%16

Triadic Colors of #d3d71b

#d3d71b #1bd3d7 #d71bd3

Analogous Colors of #d3d71b

#d3d71b #75d71b #d77d1b

Monochromatic Colors of #d3d71b

#d3d71b

Complementary Color

#d3d71b #1f1bd7

#d3d71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d71b Color CSS Codes

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

#d3d71b Text Font Color

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

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


#d3d71b Background Color

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

This div background color is #d3d71b


#d3d71b Border Color

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

This div border color is #d3d71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d71b


Comments

No comments written yet.

Please login to write comment.