Color Hex Logo

#dab81b Color Hex

#DAB81B
(218,184,27)
0 Favorites   0 Comments

Color spaces of #dab81b

RGB 21818427
HSL0.140.780.48
HSV49°88°85°
CMYK 0.000.160.88   0.15
XYZ46.251849.26558.1084
Yxy49.26550.44630.4754
Hunter Lab70.1894-5.207642.2833
CIE-Lab75.6162-1.619073.8153

#dab81b color RGB value is (218,184,27).

#dab81b hex color red value is 218, green value is 184 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dab81b hue: 0.14 , saturation: 0.78 and the lightness value of dab81b is 0.48.

The process color (four color CMYK) of #dab81b color hex is 0.00, 0.16, 0.88, 0.15. Web safe color of #dab81b is #cccc33. Color #dab81b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00011011
Octal 332 270 33
Decimal 218 184 27
Hex DA B8 1B

RGB Percentages of Color #dab81b

%50.82
%42.89
%6.29

CMYK Percentages of Color #dab81b

%0
%16
%88
%15

Triadic Colors of #dab81b

#dab81b #1bdab8 #b81bda

Analogous Colors of #dab81b

#dab81b #9dda1b #da591b

Monochromatic Colors of #dab81b

#dab81b

Complementary Color

#dab81b #1b3dda

#dab81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab81b Color CSS Codes

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

#dab81b Text Font Color

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

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


#dab81b Background Color

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

This div background color is #dab81b


#dab81b Border Color

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

This div border color is #dab81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab81b


Comments

No comments written yet.

Please login to write comment.