Color Hex Logo

#dabc85 Color Hex

#DABC85
(218,188,133)
0 Favorites   0 Comments

Color spaces of #dabc85

RGB 218188133
HSL0.110.530.69
HSV39°39°85°
CMYK 0.000.140.39   0.15
XYZ51.130352.565329.6416
Yxy52.56530.38350.3942
Hunter Lab72.5019-0.995426.5113
CIE-Lab77.61763.121831.7882

#dabc85 color RGB value is (218,188,133).

#dabc85 hex color red value is 218, green value is 188 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dabc85 hue: 0.11 , saturation: 0.53 and the lightness value of dabc85 is 0.69.

The process color (four color CMYK) of #dabc85 color hex is 0.00, 0.14, 0.39, 0.15. Web safe color of #dabc85 is #cccc99. Color #dabc85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10000101
Octal 332 274 205
Decimal 218 188 133
Hex DA BC 85

RGB Percentages of Color #dabc85

%40.45
%34.88
%24.68

CMYK Percentages of Color #dabc85

%0
%14
%39
%15

Triadic Colors of #dabc85

#dabc85 #85dabc #bc85da

Analogous Colors of #dabc85

#dabc85 #ceda85 #da9285

Monochromatic Colors of #dabc85

#dabc85

Complementary Color

#dabc85 #85a3da

#dabc85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc85 Color CSS Codes

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

#dabc85 Text Font Color

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

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


#dabc85 Background Color

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

This div background color is #dabc85


#dabc85 Border Color

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

This div border color is #dabc85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc85


Comments

No comments written yet.

Please login to write comment.