Color Hex Logo

#dab551 Color Hex

#DAB551
(218,181,81)
0 Favorites   0 Comments

Color spaces of #dab551

RGB 21818181
HSL0.120.650.59
HSV44°63°85°
CMYK 0.000.170.63   0.15
XYZ46.922548.547314.6821
Yxy48.54730.42600.4407
Hunter Lab69.6759-1.723936.2795
CIE-Lab75.16882.201254.6289

#dab551 color RGB value is (218,181,81).

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

The process color (four color CMYK) of #dab551 color hex is 0.00, 0.17, 0.63, 0.15. Web safe color of #dab551 is #cccc66. Color #dab551 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01010001
Octal 332 265 121
Decimal 218 181 81
Hex DA B5 51

RGB Percentages of Color #dab551

%45.42
%37.71
%16.88

CMYK Percentages of Color #dab551

%0
%17
%63
%15

Triadic Colors of #dab551

#dab551 #51dab5 #b551da

Analogous Colors of #dab551

#dab551 #bbda51 #da7151

Monochromatic Colors of #dab551

#dab551

Complementary Color

#dab551 #5176da

#dab551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab551 Color CSS Codes

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

#dab551 Text Font Color

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

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


#dab551 Background Color

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

This div background color is #dab551


#dab551 Border Color

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

This div border color is #dab551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab551


Comments

No comments written yet.

Please login to write comment.