Color Hex Logo

#dab538 Color Hex

#DAB538
(218,181,56)
0 Favorites   0 Comments

Color spaces of #dab538

RGB 21818156
HSL0.130.690.54
HSV46°74°85°
CMYK 0.000.170.74   0.15
XYZ46.151148.238710.6200
Yxy48.23870.43950.4594
Hunter Lab69.4541-2.934339.5520
CIE-Lab74.97520.858164.7909

#dab538 color RGB value is (218,181,56).

#dab538 hex color red value is 218, green value is 181 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dab538 hue: 0.13 , saturation: 0.69 and the lightness value of dab538 is 0.54.

The process color (four color CMYK) of #dab538 color hex is 0.00, 0.17, 0.74, 0.15. Web safe color of #dab538 is #cccc33. Color #dab538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00111000
Octal 332 265 70
Decimal 218 181 56
Hex DA B5 38

RGB Percentages of Color #dab538

%47.91
%39.78
%12.31

CMYK Percentages of Color #dab538

%0
%17
%74
%15

Triadic Colors of #dab538

#dab538 #38dab5 #b538da

Analogous Colors of #dab538

#dab538 #aeda38 #da6438

Monochromatic Colors of #dab538

#dab538

Complementary Color

#dab538 #385dda

#dab538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab538 Color CSS Codes

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

#dab538 Text Font Color

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

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


#dab538 Background Color

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

This div background color is #dab538


#dab538 Border Color

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

This div border color is #dab538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab538


Comments

No comments written yet.

Please login to write comment.