Color Hex Logo

#dab142 Color Hex

#DAB142
(218,177,66)
0 Favorites   0 Comments

Color spaces of #dab142

RGB 21817766
HSL0.120.670.56
HSV44°70°85°
CMYK 0.000.190.70   0.15
XYZ45.619046.743111.7722
Yxy46.74310.43810.4489
Hunter Lab68.3689-0.541937.6493
CIE-Lab74.02513.437259.9371

#dab142 color RGB value is (218,177,66).

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

The process color (four color CMYK) of #dab142 color hex is 0.00, 0.19, 0.70, 0.15. Web safe color of #dab142 is #cc9933. Color #dab142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01000010
Octal 332 261 102
Decimal 218 177 66
Hex DA B1 42

RGB Percentages of Color #dab142

%47.29
%38.39
%14.32

CMYK Percentages of Color #dab142

%0
%19
%70
%15

Triadic Colors of #dab142

#dab142 #42dab1 #b142da

Analogous Colors of #dab142

#dab142 #b7da42 #da6542

Monochromatic Colors of #dab142

#dab142

Complementary Color

#dab142 #426bda

#dab142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab142 Color CSS Codes

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

#dab142 Text Font Color

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

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


#dab142 Background Color

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

This div background color is #dab142


#dab142 Border Color

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

This div border color is #dab142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab142


Comments

No comments written yet.

Please login to write comment.