Color Hex Logo

#dabe0f Color Hex

#DABE0F
(218,190,15)
0 Favorites   0 Comments

Color spaces of #dabe0f

RGB 21819015
HSL0.140.870.46
HSV52°93°85°
CMYK 0.000.130.93   0.15
XYZ47.413151.76687.9450
Yxy51.76680.44260.4832
Hunter Lab71.9491-8.283043.8173
CIE-Lab77.1412-4.927977.0136

#dabe0f color RGB value is (218,190,15).

#dabe0f hex color red value is 218, green value is 190 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dabe0f hue: 0.14 , saturation: 0.87 and the lightness value of dabe0f is 0.46.

The process color (four color CMYK) of #dabe0f color hex is 0.00, 0.13, 0.93, 0.15. Web safe color of #dabe0f is #cccc00. Color #dabe0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 00001111
Octal 332 276 17
Decimal 218 190 15
Hex DA BE F

RGB Percentages of Color #dabe0f

%51.54
%44.92
%3.55

CMYK Percentages of Color #dabe0f

%0
%13
%93
%15

Triadic Colors of #dabe0f

#dabe0f #0fdabe #be0fda

Analogous Colors of #dabe0f

#dabe0f #91da0f #da590f

Monochromatic Colors of #dabe0f

#dabe0f

Complementary Color

#dabe0f #0f2bda

#dabe0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe0f Color CSS Codes

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

#dabe0f Text Font Color

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

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


#dabe0f Background Color

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

This div background color is #dabe0f


#dabe0f Border Color

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

This div border color is #dabe0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe0f


Comments

No comments written yet.

Please login to write comment.