Color Hex Logo

#dab813 Color Hex

#DAB813
(218,184,19)
0 Favorites   0 Comments

Color spaces of #dab813

RGB 21818419
HSL0.140.840.46
HSV50°91°85°
CMYK 0.000.160.91   0.15
XYZ46.171549.23347.6856
Yxy49.23340.44790.4776
Hunter Lab70.1665-5.333542.6223
CIE-Lab75.5963-1.761075.2696

#dab813 color RGB value is (218,184,19).

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

The process color (four color CMYK) of #dab813 color hex is 0.00, 0.16, 0.91, 0.15. Web safe color of #dab813 is #cccc00. Color #dab813 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00010011
Octal 332 270 23
Decimal 218 184 19
Hex DA B8 13

RGB Percentages of Color #dab813

%51.78
%43.71
%4.51

CMYK Percentages of Color #dab813

%0
%16
%91
%15

Triadic Colors of #dab813

#dab813 #13dab8 #b813da

Analogous Colors of #dab813

#dab813 #99da13 #da5513

Monochromatic Colors of #dab813

#dab813

Complementary Color

#dab813 #1335da

#dab813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab813 Color CSS Codes

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

#dab813 Text Font Color

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

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


#dab813 Background Color

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

This div background color is #dab813


#dab813 Border Color

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

This div border color is #dab813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab813


Comments

No comments written yet.

Please login to write comment.