Color Hex Logo

#d7dc3e Color Hex

#D7DC3E
(215,220,62)
0 Favorites   0 Comments

Color spaces of #d7dc3e

RGB 21522062
HSL0.170.690.55
HSV62°72°86°
CMYK 0.020.000.72   0.14
XYZ54.487065.981314.4213
Yxy65.98130.40390.4892
Hunter Lab81.2289-22.415646.3339
CIE-Lab84.9869-19.931372.1674

#d7dc3e color RGB value is (215,220,62).

#d7dc3e hex color red value is 215, green value is 220 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d7dc3e hue: 0.17 , saturation: 0.69 and the lightness value of d7dc3e is 0.55.

The process color (four color CMYK) of #d7dc3e color hex is 0.02, 0.00, 0.72, 0.14. Web safe color of #d7dc3e is #cccc33. Color #d7dc3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011100 00111110
Octal 327 334 76
Decimal 215 220 62
Hex D7 DC 3E

RGB Percentages of Color #d7dc3e

%43.26
%44.27
%12.47

CMYK Percentages of Color #d7dc3e

%2
%0
%72
%14

Triadic Colors of #d7dc3e

#d7dc3e #3ed7dc #dc3ed7

Analogous Colors of #d7dc3e

#d7dc3e #88dc3e #dc923e

Monochromatic Colors of #d7dc3e

#d7dc3e

Complementary Color

#d7dc3e #433edc

#d7dc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dc3e Color CSS Codes

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

#d7dc3e Text Font Color

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

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


#d7dc3e Background Color

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

This div background color is #d7dc3e


#d7dc3e Border Color

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

This div border color is #d7dc3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dc3e


Comments

No comments written yet.

Please login to write comment.