Color Hex Logo

#d5d38a Color Hex

#D5D38A
(213,211,138)
0 Favorites   0 Comments

Color spaces of #d5d38a

RGB 213211138
HSL0.160.470.69
HSV58°35°84°
CMYK 0.000.010.35   0.16
XYZ55.322362.569633.2061
Yxy62.56960.36610.4141
Hunter Lab79.1009-13.585830.4811
CIE-Lab83.2154-10.183936.4391

#d5d38a color RGB value is (213,211,138).

#d5d38a hex color red value is 213, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d5d38a hue: 0.16 , saturation: 0.47 and the lightness value of d5d38a is 0.69.

The process color (four color CMYK) of #d5d38a color hex is 0.00, 0.01, 0.35, 0.16. Web safe color of #d5d38a is #cccc99. Color #d5d38a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010011 10001010
Octal 325 323 212
Decimal 213 211 138
Hex D5 D3 8A

RGB Percentages of Color #d5d38a

%37.90
%37.54
%24.56

CMYK Percentages of Color #d5d38a

%0
%1
%35
%16

Triadic Colors of #d5d38a

#d5d38a #8ad5d3 #d38ad5

Analogous Colors of #d5d38a

#d5d38a #b2d58a #d5ae8a

Monochromatic Colors of #d5d38a

#d5d38a

Complementary Color

#d5d38a #8a8cd5

#d5d38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d38a Color CSS Codes

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

#d5d38a Text Font Color

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

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


#d5d38a Background Color

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

This div background color is #d5d38a


#d5d38a Border Color

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

This div border color is #d5d38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d38a


Comments

No comments written yet.

Please login to write comment.