Color Hex Logo

#dabb78 Color Hex

#DABB78
(218,187,120)
0 Favorites   0 Comments

Color spaces of #dabb78

RGB 218187120
HSL0.110.570.66
HSV41°45°85°
CMYK 0.000.140.45   0.15
XYZ50.073951.802125.1289
Yxy51.80210.39430.4079
Hunter Lab71.9737-1.767029.6811
CIE-Lab77.16242.264237.9464

#dabb78 color RGB value is (218,187,120).

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

The process color (four color CMYK) of #dabb78 color hex is 0.00, 0.14, 0.45, 0.15. Web safe color of #dabb78 is #cccc66. Color #dabb78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01111000
Octal 332 273 170
Decimal 218 187 120
Hex DA BB 78

RGB Percentages of Color #dabb78

%41.52
%35.62
%22.86

CMYK Percentages of Color #dabb78

%0
%14
%45
%15

Triadic Colors of #dabb78

#dabb78 #78dabb #bb78da

Analogous Colors of #dabb78

#dabb78 #c8da78 #da8a78

Monochromatic Colors of #dabb78

#dabb78

Complementary Color

#dabb78 #7897da

#dabb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb78 Color CSS Codes

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

#dabb78 Text Font Color

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

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


#dabb78 Background Color

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

This div background color is #dabb78


#dabb78 Border Color

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

This div border color is #dabb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb78

#dabb78 Color Palettes


Comments

No comments written yet.

Please login to write comment.