Color Hex Logo

#dabe5f Color Hex

#DABE5F
(218,190,95)
0 Favorites   0 Comments

Color spaces of #dabe5f

RGB 21819095
HSL0.130.620.61
HSV46°56°85°
CMYK 0.000.130.56   0.15
XYZ49.392552.558618.3680
Yxy52.55860.41050.4368
Hunter Lab72.4973-5.258035.7263
CIE-Lab77.6137-1.521250.8940

#dabe5f color RGB value is (218,190,95).

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

The process color (four color CMYK) of #dabe5f color hex is 0.00, 0.13, 0.56, 0.15. Web safe color of #dabe5f is #cccc66. Color #dabe5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01011111
Octal 332 276 137
Decimal 218 190 95
Hex DA BE 5F

RGB Percentages of Color #dabe5f

%43.34
%37.77
%18.89

CMYK Percentages of Color #dabe5f

%0
%13
%56
%15

Triadic Colors of #dabe5f

#dabe5f #5fdabe #be5fda

Analogous Colors of #dabe5f

#dabe5f #b9da5f #da815f

Monochromatic Colors of #dabe5f

#dabe5f

Complementary Color

#dabe5f #5f7bda

#dabe5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe5f Color CSS Codes

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

#dabe5f Text Font Color

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

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


#dabe5f Background Color

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

This div background color is #dabe5f


#dabe5f Border Color

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

This div border color is #dabe5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe5f


Comments

No comments written yet.

Please login to write comment.