Color Hex Logo

#dab088 Color Hex

#DAB088
(218,176,136)
0 Favorites   0 Comments

Color spaces of #dab088

RGB 218176136
HSL0.080.530.69
HSV29°38°85°
CMYK 0.000.190.38   0.15
XYZ48.882747.733729.9297
Yxy47.73370.38630.3772
Hunter Lab69.08965.386722.6782
CIE-Lab74.65679.836726.2644

#dab088 color RGB value is (218,176,136).

#dab088 hex color red value is 218, green value is 176 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dab088 hue: 0.08 , saturation: 0.53 and the lightness value of dab088 is 0.69.

The process color (four color CMYK) of #dab088 color hex is 0.00, 0.19, 0.38, 0.15. Web safe color of #dab088 is #cc9999. Color #dab088 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10001000
Octal 332 260 210
Decimal 218 176 136
Hex DA B0 88

RGB Percentages of Color #dab088

%41.13
%33.21
%25.66

CMYK Percentages of Color #dab088

%0
%19
%38
%15

Triadic Colors of #dab088

#dab088 #88dab0 #b088da

Analogous Colors of #dab088

#dab088 #dad988 #da8889

Monochromatic Colors of #dab088

#dab088

Complementary Color

#dab088 #88b2da

#dab088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab088 Color CSS Codes

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

#dab088 Text Font Color

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

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


#dab088 Background Color

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

This div background color is #dab088


#dab088 Border Color

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

This div border color is #dab088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab088


Comments

No comments written yet.

Please login to write comment.