Color Hex Logo

#dab150 Color Hex

#DAB150
(218,177,80)
0 Favorites   0 Comments

Color spaces of #dab150

RGB 21817780
HSL0.120.650.58
HSV42°63°85°
CMYK 0.000.190.63   0.15
XYZ46.083646.928914.2187
Yxy46.92890.42980.4376
Hunter Lab68.50470.195135.6471
CIE-Lab74.14434.248253.9530

#dab150 color RGB value is (218,177,80).

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

The process color (four color CMYK) of #dab150 color hex is 0.00, 0.19, 0.63, 0.15. Web safe color of #dab150 is #cc9966. Color #dab150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01010000
Octal 332 261 120
Decimal 218 177 80
Hex DA B1 50

RGB Percentages of Color #dab150

%45.89
%37.26
%16.84

CMYK Percentages of Color #dab150

%0
%19
%63
%15

Triadic Colors of #dab150

#dab150 #50dab1 #b150da

Analogous Colors of #dab150

#dab150 #beda50 #da6c50

Monochromatic Colors of #dab150

#dab150

Complementary Color

#dab150 #5079da

#dab150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab150 Color CSS Codes

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

#dab150 Text Font Color

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

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


#dab150 Background Color

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

This div background color is #dab150


#dab150 Border Color

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

This div border color is #dab150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab150


Comments

No comments written yet.

Please login to write comment.