Color Hex Logo

#d4d67b Color Hex

#D4D67B
(212,214,123)
0 Favorites   0 Comments

Color spaces of #d4d67b

RGB 212214123
HSL0.170.530.66
HSV61°43°84°
CMYK 0.010.000.43   0.16
XYZ54.773163.520228.1127
Yxy63.52020.37410.4339
Hunter Lab79.6996-16.801134.8761
CIE-Lab83.7153-13.724844.5695

#d4d67b color RGB value is (212,214,123).

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

The process color (four color CMYK) of #d4d67b color hex is 0.01, 0.00, 0.43, 0.16. Web safe color of #d4d67b is #cccc66. Color #d4d67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11010110 01111011
Octal 324 326 173
Decimal 212 214 123
Hex D4 D6 7B

RGB Percentages of Color #d4d67b

%38.62
%38.98
%22.40

CMYK Percentages of Color #d4d67b

%1
%0
%43
%16

Triadic Colors of #d4d67b

#d4d67b #7bd4d6 #d67bd4

Analogous Colors of #d4d67b

#d4d67b #a7d67b #d6ab7b

Monochromatic Colors of #d4d67b

#d4d67b

Complementary Color

#d4d67b #7d7bd6

#d4d67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d67b Color CSS Codes

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

#d4d67b Text Font Color

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

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


#d4d67b Background Color

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

This div background color is #d4d67b


#d4d67b Border Color

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

This div border color is #d4d67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d67b


Comments

No comments written yet.

Please login to write comment.