Color Hex Logo

#d4d975 Color Hex

#D4D975
(212,217,117)
0 Favorites   0 Comments

Color spaces of #d4d975

RGB 212217117
HSL0.180.570.65
HSV63°46°85°
CMYK 0.020.000.46   0.15
XYZ55.175164.907126.4499
Yxy64.90710.37650.4430
Hunter Lab80.5649-18.742536.9302
CIE-Lab84.4358-15.815048.3738

#d4d975 color RGB value is (212,217,117).

#d4d975 hex color red value is 212, green value is 217 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d4d975 hue: 0.18 , saturation: 0.57 and the lightness value of d4d975 is 0.65.

The process color (four color CMYK) of #d4d975 color hex is 0.02, 0.00, 0.46, 0.15. Web safe color of #d4d975 is #cccc66. Color #d4d975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011001 01110101
Octal 324 331 165
Decimal 212 217 117
Hex D4 D9 75

RGB Percentages of Color #d4d975

%38.83
%39.74
%21.43

CMYK Percentages of Color #d4d975

%2
%0
%46
%15

Triadic Colors of #d4d975

#d4d975 #75d4d9 #d975d4

Analogous Colors of #d4d975

#d4d975 #a2d975 #d9ac75

Monochromatic Colors of #d4d975

#d4d975

Complementary Color

#d4d975 #7a75d9

#d4d975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d975 Color CSS Codes

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

#d4d975 Text Font Color

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

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


#d4d975 Background Color

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

This div background color is #d4d975


#d4d975 Border Color

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

This div border color is #d4d975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d975


Comments

No comments written yet.

Please login to write comment.