Color Hex Logo

#d4d07e Color Hex

#D4D07E
(212,208,126)
0 Favorites   0 Comments

Color spaces of #d4d07e

RGB 212208126
HSL0.160.500.66
HSV57°41°83°
CMYK 0.000.020.41   0.17
XYZ53.473160.615228.6202
Yxy60.61520.37470.4247
Hunter Lab77.8558-13.649732.7037
CIE-Lab82.1714-10.388341.1458

#d4d07e color RGB value is (212,208,126).

#d4d07e hex color red value is 212, green value is 208 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d4d07e hue: 0.16 , saturation: 0.50 and the lightness value of d4d07e is 0.66.

The process color (four color CMYK) of #d4d07e color hex is 0.00, 0.02, 0.41, 0.17. Web safe color of #d4d07e is #cccc66. Color #d4d07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11010000 01111110
Octal 324 320 176
Decimal 212 208 126
Hex D4 D0 7E

RGB Percentages of Color #d4d07e

%38.83
%38.10
%23.08

CMYK Percentages of Color #d4d07e

%0
%2
%41
%17

Triadic Colors of #d4d07e

#d4d07e #7ed4d0 #d07ed4

Analogous Colors of #d4d07e

#d4d07e #add47e #d4a57e

Monochromatic Colors of #d4d07e

#d4d07e

Complementary Color

#d4d07e #7e82d4

#d4d07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d07e Color CSS Codes

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

#d4d07e Text Font Color

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

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


#d4d07e Background Color

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

This div background color is #d4d07e


#d4d07e Border Color

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

This div border color is #d4d07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d07e


Comments

No comments written yet.

Please login to write comment.