Color Hex Logo

#dab17a Color Hex

#DAB17A
(218,177,122)
0 Favorites   0 Comments

Color spaces of #dab17a

RGB 218177122
HSL0.100.560.67
HSV34°44°85°
CMYK 0.000.190.44   0.15
XYZ48.148447.754825.0923
Yxy47.75480.39790.3947
Hunter Lab69.10483.435426.8449
CIE-Lab74.67007.763133.7089

#dab17a color RGB value is (218,177,122).

#dab17a hex color red value is 218, green value is 177 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dab17a hue: 0.10 , saturation: 0.56 and the lightness value of dab17a is 0.67.

The process color (four color CMYK) of #dab17a color hex is 0.00, 0.19, 0.44, 0.15. Web safe color of #dab17a is #cc9966. Color #dab17a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01111010
Octal 332 261 172
Decimal 218 177 122
Hex DA B1 7A

RGB Percentages of Color #dab17a

%42.17
%34.24
%23.60

CMYK Percentages of Color #dab17a

%0
%19
%44
%15

Triadic Colors of #dab17a

#dab17a #7adab1 #b17ada

Analogous Colors of #dab17a

#dab17a #d3da7a #da817a

Monochromatic Colors of #dab17a

#dab17a

Complementary Color

#dab17a #7aa3da

#dab17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab17a Color CSS Codes

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

#dab17a Text Font Color

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

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


#dab17a Background Color

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

This div background color is #dab17a


#dab17a Border Color

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

This div border color is #dab17a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,177,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 #dab17a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab17a


Comments

No comments written yet.

Please login to write comment.