Color Hex Logo

#d9ba58 Color Hex

#D9BA58
(217,186,88)
0 Favorites   0 Comments

Color spaces of #d9ba58

RGB 21718688
HSL0.130.630.60
HSV46°59°85°
CMYK 0.000.140.59   0.15
XYZ47.935650.574116.4678
Yxy50.57410.41690.4399
Hunter Lab71.1155-4.133636.0514
CIE-Lab76.4203-0.369352.7867

#d9ba58 color RGB value is (217,186,88).

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

The process color (four color CMYK) of #d9ba58 color hex is 0.00, 0.14, 0.59, 0.15. Web safe color of #d9ba58 is #cccc66. Color #d9ba58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 01011000
Octal 331 272 130
Decimal 217 186 88
Hex D9 BA 58

RGB Percentages of Color #d9ba58

%44.20
%37.88
%17.92

CMYK Percentages of Color #d9ba58

%0
%14
%59
%15

Triadic Colors of #d9ba58

#d9ba58 #58d9ba #ba58d9

Analogous Colors of #d9ba58

#d9ba58 #b8d958 #d97a58

Monochromatic Colors of #d9ba58

#d9ba58

Complementary Color

#d9ba58 #5877d9

#d9ba58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ba58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ba58 Color CSS Codes

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

#d9ba58 Text Font Color

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

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


#d9ba58 Background Color

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

This div background color is #d9ba58


#d9ba58 Border Color

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

This div border color is #d9ba58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ba58


Comments

No comments written yet.

Please login to write comment.