Color Hex Logo

#d5ba48 Color Hex

#D5BA48
(213,186,72)
0 Favorites   0 Comments

Color spaces of #d5ba48

RGB 21318672
HSL0.130.630.56
HSV49°66°84°
CMYK 0.000.130.66   0.16
XYZ46.169249.731813.2967
Yxy49.73180.42280.4554
Hunter Lab70.5208-6.549338.1854
CIE-Lab75.9043-3.095359.2300

#d5ba48 color RGB value is (213,186,72).

#d5ba48 hex color red value is 213, green value is 186 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d5ba48 hue: 0.13 , saturation: 0.63 and the lightness value of d5ba48 is 0.56.

The process color (four color CMYK) of #d5ba48 color hex is 0.00, 0.13, 0.66, 0.16. Web safe color of #d5ba48 is #cccc33. Color #d5ba48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10111010 01001000
Octal 325 272 110
Decimal 213 186 72
Hex D5 BA 48

RGB Percentages of Color #d5ba48

%45.22
%39.49
%15.29

CMYK Percentages of Color #d5ba48

%0
%13
%66
%16

Triadic Colors of #d5ba48

#d5ba48 #48d5ba #ba48d5

Analogous Colors of #d5ba48

#d5ba48 #aad548 #d57448

Monochromatic Colors of #d5ba48

#d5ba48

Complementary Color

#d5ba48 #4863d5

#d5ba48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ba48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ba48 Color CSS Codes

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

#d5ba48 Text Font Color

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

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


#d5ba48 Background Color

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

This div background color is #d5ba48


#d5ba48 Border Color

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

This div border color is #d5ba48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ba48


Comments

No comments written yet.

Please login to write comment.