Color Hex Logo

#d8d38b Color Hex

#D8D38B
(216,211,139)
0 Favorites   0 Comments

Color spaces of #d8d38b

RGB 216211139
HSL0.160.500.70
HSV56°36°85°
CMYK 0.000.020.36   0.15
XYZ56.273463.051533.6303
Yxy63.05150.36790.4122
Hunter Lab79.4050-12.457830.4725
CIE-Lab83.4695-8.900236.3063

#d8d38b color RGB value is (216,211,139).

#d8d38b hex color red value is 216, green value is 211 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d8d38b hue: 0.16 , saturation: 0.50 and the lightness value of d8d38b is 0.70.

The process color (four color CMYK) of #d8d38b color hex is 0.00, 0.02, 0.36, 0.15. Web safe color of #d8d38b is #cccc99. Color #d8d38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11010011 10001011
Octal 330 323 213
Decimal 216 211 139
Hex D8 D3 8B

RGB Percentages of Color #d8d38b

%38.16
%37.28
%24.56

CMYK Percentages of Color #d8d38b

%0
%2
%36
%15

Triadic Colors of #d8d38b

#d8d38b #8bd8d3 #d38bd8

Analogous Colors of #d8d38b

#d8d38b #b7d88b #d8ad8b

Monochromatic Colors of #d8d38b

#d8d38b

Complementary Color

#d8d38b #8b90d8

#d8d38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8d38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8d38b Color CSS Codes

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

#d8d38b Text Font Color

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

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


#d8d38b Background Color

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

This div background color is #d8d38b


#d8d38b Border Color

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

This div border color is #d8d38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8d38b


Comments

No comments written yet.

Please login to write comment.