Color Hex Logo

#d4bb7a Color Hex

#D4BB7A
(212,187,122)
0 Favorites   0 Comments

Color spaces of #d4bb7a

RGB 212187122
HSL0.120.510.65
HSV43°42°83°
CMYK 0.000.120.42   0.17
XYZ48.434650.942825.6925
Yxy50.94280.38730.4073
Hunter Lab71.3742-3.774728.6194
CIE-Lab76.64430.041236.1429

#d4bb7a color RGB value is (212,187,122).

#d4bb7a hex color red value is 212, green value is 187 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d4bb7a hue: 0.12 , saturation: 0.51 and the lightness value of d4bb7a is 0.65.

The process color (four color CMYK) of #d4bb7a color hex is 0.00, 0.12, 0.42, 0.17. Web safe color of #d4bb7a is #cccc66. Color #d4bb7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111011 01111010
Octal 324 273 172
Decimal 212 187 122
Hex D4 BB 7A

RGB Percentages of Color #d4bb7a

%40.69
%35.89
%23.42

CMYK Percentages of Color #d4bb7a

%0
%12
%42
%17

Triadic Colors of #d4bb7a

#d4bb7a #7ad4bb #bb7ad4

Analogous Colors of #d4bb7a

#d4bb7a #c0d47a #d48e7a

Monochromatic Colors of #d4bb7a

#d4bb7a

Complementary Color

#d4bb7a #7a93d4

#d4bb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bb7a Color CSS Codes

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

#d4bb7a Text Font Color

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

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


#d4bb7a Background Color

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

This div background color is #d4bb7a


#d4bb7a Border Color

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

This div border color is #d4bb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bb7a


Comments

No comments written yet.

Please login to write comment.