Color Hex Logo

#dabf6e Color Hex

#DABF6E
(218,191,110)
0 Favorites   0 Comments

Color spaces of #dabf6e

RGB 218191110
HSL0.130.590.64
HSV45°50°85°
CMYK 0.000.120.50   0.15
XYZ50.358753.292822.3842
Yxy53.29280.39960.4228
Hunter Lab73.0019-4.619232.9216
CIE-Lab78.0476-0.787244.1124

#dabf6e color RGB value is (218,191,110).

#dabf6e hex color red value is 218, green value is 191 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dabf6e hue: 0.13 , saturation: 0.59 and the lightness value of dabf6e is 0.64.

The process color (four color CMYK) of #dabf6e color hex is 0.00, 0.12, 0.50, 0.15. Web safe color of #dabf6e is #cccc66. Color #dabf6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01101110
Octal 332 277 156
Decimal 218 191 110
Hex DA BF 6E

RGB Percentages of Color #dabf6e

%42.00
%36.80
%21.19

CMYK Percentages of Color #dabf6e

%0
%12
%50
%15

Triadic Colors of #dabf6e

#dabf6e #6edabf #bf6eda

Analogous Colors of #dabf6e

#dabf6e #bfda6e #da896e

Monochromatic Colors of #dabf6e

#dabf6e

Complementary Color

#dabf6e #6e89da

#dabf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf6e Color CSS Codes

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

#dabf6e Text Font Color

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

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


#dabf6e Background Color

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

This div background color is #dabf6e


#dabf6e Border Color

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

This div border color is #dabf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf6e


Comments

No comments written yet.

Please login to write comment.