Color Hex Logo

#dab138 Color Hex

#DAB138
(218,177,56)
0 Favorites   0 Comments

Color spaces of #dab138

RGB 21817756
HSL0.120.690.54
HSV45°74°85°
CMYK 0.000.190.74   0.15
XYZ45.349446.635210.3527
Yxy46.63520.44310.4557
Hunter Lab68.2900-0.970738.8147
CIE-Lab73.95582.963363.8123

#dab138 color RGB value is (218,177,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00111000
Octal 332 261 70
Decimal 218 177 56
Hex DA B1 38

RGB Percentages of Color #dab138

%48.34
%39.25
%12.42

CMYK Percentages of Color #dab138

%0
%19
%74
%15

Triadic Colors of #dab138

#dab138 #38dab1 #b138da

Analogous Colors of #dab138

#dab138 #b2da38 #da6038

Monochromatic Colors of #dab138

#dab138

Complementary Color

#dab138 #3861da

#dab138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab138 Color CSS Codes

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

#dab138 Text Font Color

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

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


#dab138 Background Color

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

This div background color is #dab138


#dab138 Border Color

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

This div border color is #dab138


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,177,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 #dab138">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab138


Comments

No comments written yet.

Please login to write comment.