Color Hex Logo

#dab914 Color Hex

#DAB914
(218,185,20)
0 Favorites   0 Comments

Color spaces of #dab914

RGB 21818520
HSL0.140.830.47
HSV50°91°85°
CMYK 0.000.150.91   0.15
XYZ46.388749.65397.8010
Yxy49.65390.44670.4782
Hunter Lab70.4655-5.805042.7621
CIE-Lab75.8563-2.266575.3063

#dab914 color RGB value is (218,185,20).

#dab914 hex color red value is 218, green value is 185 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dab914 hue: 0.14 , saturation: 0.83 and the lightness value of dab914 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00010100
Octal 332 271 24
Decimal 218 185 20
Hex DA B9 14

RGB Percentages of Color #dab914

%51.54
%43.74
%4.73

CMYK Percentages of Color #dab914

%0
%15
%91
%15

Triadic Colors of #dab914

#dab914 #14dab9 #b914da

Analogous Colors of #dab914

#dab914 #98da14 #da5614

Monochromatic Colors of #dab914

#dab914

Complementary Color

#dab914 #1435da

#dab914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab914 Color CSS Codes

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

#dab914 Text Font Color

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

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


#dab914 Background Color

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

This div background color is #dab914


#dab914 Border Color

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

This div border color is #dab914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab914


Comments

No comments written yet.

Please login to write comment.