Color Hex Logo

#dab343 Color Hex

#DAB343
(218,179,67)
0 Favorites   0 Comments

Color spaces of #dab343

RGB 21817967
HSL0.120.670.56
HSV45°69°85°
CMYK 0.000.180.69   0.15
XYZ46.046747.550912.0615
Yxy47.55090.43580.4500
Hunter Lab68.9572-1.480237.8994
CIE-Lab74.54082.434260.0519

#dab343 color RGB value is (218,179,67).

#dab343 hex color red value is 218, green value is 179 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dab343 hue: 0.12 , saturation: 0.67 and the lightness value of dab343 is 0.56.

The process color (four color CMYK) of #dab343 color hex is 0.00, 0.18, 0.69, 0.15. Web safe color of #dab343 is #cccc33. Color #dab343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 01000011
Octal 332 263 103
Decimal 218 179 67
Hex DA B3 43

RGB Percentages of Color #dab343

%46.98
%38.58
%14.44

CMYK Percentages of Color #dab343

%0
%18
%69
%15

Triadic Colors of #dab343

#dab343 #43dab3 #b343da

Analogous Colors of #dab343

#dab343 #b6da43 #da6843

Monochromatic Colors of #dab343

#dab343

Complementary Color

#dab343 #436ada

#dab343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab343 Color CSS Codes

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

#dab343 Text Font Color

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

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


#dab343 Background Color

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

This div background color is #dab343


#dab343 Border Color

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

This div border color is #dab343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab343


Comments

No comments written yet.

Please login to write comment.