Color Hex Logo

#dabd71 Color Hex

#DABD71
(218,189,113)
0 Favorites   0 Comments

Color spaces of #dabd71

RGB 218189113
HSL0.120.590.65
HSV43°48°85°
CMYK 0.000.130.48   0.15
XYZ50.091752.492923.1148
Yxy52.49290.39850.4176
Hunter Lab72.4520-3.380031.8007
CIE-Lab77.57460.534942.0266

#dabd71 color RGB value is (218,189,113).

#dabd71 hex color red value is 218, green value is 189 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dabd71 hue: 0.12 , saturation: 0.59 and the lightness value of dabd71 is 0.65.

The process color (four color CMYK) of #dabd71 color hex is 0.00, 0.13, 0.48, 0.15. Web safe color of #dabd71 is #cccc66. Color #dabd71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 01110001
Octal 332 275 161
Decimal 218 189 113
Hex DA BD 71

RGB Percentages of Color #dabd71

%41.92
%36.35
%21.73

CMYK Percentages of Color #dabd71

%0
%13
%48
%15

Triadic Colors of #dabd71

#dabd71 #71dabd #bd71da

Analogous Colors of #dabd71

#dabd71 #c3da71 #da8971

Monochromatic Colors of #dabd71

#dabd71

Complementary Color

#dabd71 #718eda

#dabd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabd71 Color CSS Codes

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

#dabd71 Text Font Color

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

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


#dabd71 Background Color

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

This div background color is #dabd71


#dabd71 Border Color

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

This div border color is #dabd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabd71


Comments

No comments written yet.

Please login to write comment.