Color Hex Logo

#dabf6c Color Hex

#DABF6C
(218,191,108)
0 Favorites   0 Comments

Color spaces of #dabf6c

RGB 218191108
HSL0.130.600.64
HSV45°50°85°
CMYK 0.000.120.50   0.15
XYZ50.251053.249721.8171
Yxy53.24970.40100.4249
Hunter Lab72.9724-4.781233.3543
CIE-Lab78.0222-0.966545.0741

#dabf6c color RGB value is (218,191,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01101100
Octal 332 277 154
Decimal 218 191 108
Hex DA BF 6C

RGB Percentages of Color #dabf6c

%42.17
%36.94
%20.89

CMYK Percentages of Color #dabf6c

%0
%12
%50
%15

Triadic Colors of #dabf6c

#dabf6c #6cdabf #bf6cda

Analogous Colors of #dabf6c

#dabf6c #beda6c #da886c

Monochromatic Colors of #dabf6c

#dabf6c

Complementary Color

#dabf6c #6c87da

#dabf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf6c Color CSS Codes

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

#dabf6c Text Font Color

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

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


#dabf6c Background Color

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

This div background color is #dabf6c


#dabf6c Border Color

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

This div border color is #dabf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf6c


Comments

No comments written yet.

Please login to write comment.