Color Hex Logo

#dab375 Color Hex

#DAB375
(218,179,117)
0 Favorites   0 Comments

Color spaces of #dab375

RGB 218179117
HSL0.100.580.66
HSV37°46°85°
CMYK 0.000.180.46   0.15
XYZ48.244448.430023.6348
Yxy48.43000.40100.4025
Hunter Lab69.59171.959728.5780
CIE-Lab75.09536.194536.8638

#dab375 color RGB value is (218,179,117).

#dab375 hex color red value is 218, green value is 179 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dab375 hue: 0.10 , saturation: 0.58 and the lightness value of dab375 is 0.66.

The process color (four color CMYK) of #dab375 color hex is 0.00, 0.18, 0.46, 0.15. Web safe color of #dab375 is #cccc66. Color #dab375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01110101
Octal 332 263 165
Decimal 218 179 117
Hex DA B3 75

RGB Percentages of Color #dab375

%42.41
%34.82
%22.76

CMYK Percentages of Color #dab375

%0
%18
%46
%15

Triadic Colors of #dab375

#dab375 #75dab3 #b375da

Analogous Colors of #dab375

#dab375 #cfda75 #da8175

Monochromatic Colors of #dab375

#dab375

Complementary Color

#dab375 #759cda

#dab375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab375 Color CSS Codes

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

#dab375 Text Font Color

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

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


#dab375 Background Color

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

This div background color is #dab375


#dab375 Border Color

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

This div border color is #dab375


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,179,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dab375; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dab375;
  -webkit-box-shadow: 1px 1px 3px 2px #dab375;
  box-shadow:         1px 1px 3px 2px #dab375; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,179,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab375


Comments

No comments written yet.

Please login to write comment.