Color Hex Logo

#dabb48 Color Hex

#DABB48
(218,187,72)
0 Favorites   0 Comments

Color spaces of #dabb48

RGB 21818772
HSL0.130.660.57
HSV47°67°85°
CMYK 0.000.140.67   0.15
XYZ47.853550.914013.4361
Yxy50.91400.42650.4538
Hunter Lab71.3540-5.158838.7834
CIE-Lab76.6269-1.487160.1302

#dabb48 color RGB value is (218,187,72).

#dabb48 hex color red value is 218, green value is 187 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dabb48 hue: 0.13 , saturation: 0.66 and the lightness value of dabb48 is 0.57.

The process color (four color CMYK) of #dabb48 color hex is 0.00, 0.14, 0.67, 0.15. Web safe color of #dabb48 is #cccc33. Color #dabb48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01001000
Octal 332 273 110
Decimal 218 187 72
Hex DA BB 48

RGB Percentages of Color #dabb48

%45.70
%39.20
%15.09

CMYK Percentages of Color #dabb48

%0
%14
%67
%15

Triadic Colors of #dabb48

#dabb48 #48dabb #bb48da

Analogous Colors of #dabb48

#dabb48 #b0da48 #da7248

Monochromatic Colors of #dabb48

#dabb48

Complementary Color

#dabb48 #4867da

#dabb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb48 Color CSS Codes

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

#dabb48 Text Font Color

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

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


#dabb48 Background Color

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

This div background color is #dabb48


#dabb48 Border Color

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

This div border color is #dabb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb48


Comments

No comments written yet.

Please login to write comment.