Color Hex Logo

#dabf63 Color Hex

#DABF63
(218,191,99)
0 Favorites   0 Comments

Color spaces of #dabf63

RGB 21819199
HSL0.130.620.62
HSV46°55°85°
CMYK 0.000.120.55   0.15
XYZ49.796453.067919.4230
Yxy53.06790.40720.4340
Hunter Lab72.8477-5.466535.1852
CIE-Lab77.9151-1.727649.3371

#dabf63 color RGB value is (218,191,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 01100011
Octal 332 277 143
Decimal 218 191 99
Hex DA BF 63

RGB Percentages of Color #dabf63

%42.91
%37.60
%19.49

CMYK Percentages of Color #dabf63

%0
%12
%55
%15

Triadic Colors of #dabf63

#dabf63 #63dabf #bf63da

Analogous Colors of #dabf63

#dabf63 #bada63 #da8463

Monochromatic Colors of #dabf63

#dabf63

Complementary Color

#dabf63 #637eda

#dabf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf63 Color CSS Codes

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

#dabf63 Text Font Color

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

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


#dabf63 Background Color

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

This div background color is #dabf63


#dabf63 Border Color

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

This div border color is #dabf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf63


Comments

No comments written yet.

Please login to write comment.