Color Hex Logo

#dabf6d Color Hex

#DABF6D
(218,191,109)
0 Favorites   0 Comments

Color spaces of #dabf6d

RGB 218191109
HSL0.130.600.64
HSV45°50°85°
CMYK 0.000.120.50   0.15
XYZ50.304653.271222.0990
Yxy53.27120.40030.4239
Hunter Lab72.9871-4.700733.1392
CIE-Lab78.0348-0.877344.5940

#dabf6d color RGB value is (218,191,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01101101
Octal 332 277 155
Decimal 218 191 109
Hex DA BF 6D

RGB Percentages of Color #dabf6d

%42.08
%36.87
%21.04

CMYK Percentages of Color #dabf6d

%0
%12
%50
%15

Triadic Colors of #dabf6d

#dabf6d #6ddabf #bf6dda

Analogous Colors of #dabf6d

#dabf6d #bfda6d #da896d

Monochromatic Colors of #dabf6d

#dabf6d

Complementary Color

#dabf6d #6d88da

#dabf6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf6d Color CSS Codes

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

#dabf6d Text Font Color

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

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


#dabf6d Background Color

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

This div background color is #dabf6d


#dabf6d Border Color

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

This div border color is #dabf6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf6d


Comments

No comments written yet.

Please login to write comment.