Color Hex Logo

#daab75 Color Hex

#DAAB75
(218,171,117)
0 Favorites   0 Comments

Color spaces of #daab75

RGB 218171117
HSL0.090.580.66
HSV32°46°85°
CMYK 0.000.220.46   0.15
XYZ46.687245.315623.1157
Yxy45.31560.40560.3936
Hunter Lab67.31695.993126.7624
CIE-Lab73.099210.460234.3088

#daab75 color RGB value is (218,171,117).

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

The process color (four color CMYK) of #daab75 color hex is 0.00, 0.22, 0.46, 0.15. Web safe color of #daab75 is #cc9966. Color #daab75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01110101
Octal 332 253 165
Decimal 218 171 117
Hex DA AB 75

RGB Percentages of Color #daab75

%43.08
%33.79
%23.12

CMYK Percentages of Color #daab75

%0
%22
%46
%15

Triadic Colors of #daab75

#daab75 #75daab #ab75da

Analogous Colors of #daab75

#daab75 #d7da75 #da7975

Monochromatic Colors of #daab75

#daab75

Complementary Color

#daab75 #75a4da

#daab75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab75 Color CSS Codes

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

#daab75 Text Font Color

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

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


#daab75 Background Color

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

This div background color is #daab75


#daab75 Border Color

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

This div border color is #daab75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab75


Comments

No comments written yet.

Please login to write comment.