Color Hex Logo

#dab288 Color Hex

#DAB288
(218,178,136)
0 Favorites   0 Comments

Color spaces of #dab288

RGB 218178136
HSL0.090.530.69
HSV31°38°85°
CMYK 0.000.180.38   0.15
XYZ49.277848.523830.0614
Yxy48.52380.38540.3795
Hunter Lab69.65904.370223.1747
CIE-Lab75.15418.768926.9317

#dab288 color RGB value is (218,178,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10001000
Octal 332 262 210
Decimal 218 178 136
Hex DA B2 88

RGB Percentages of Color #dab288

%40.98
%33.46
%25.56

CMYK Percentages of Color #dab288

%0
%18
%38
%15

Triadic Colors of #dab288

#dab288 #88dab2 #b288da

Analogous Colors of #dab288

#dab288 #d9da88 #da8988

Monochromatic Colors of #dab288

#dab288

Complementary Color

#dab288 #88b0da

#dab288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab288 Color CSS Codes

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

#dab288 Text Font Color

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

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


#dab288 Background Color

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

This div background color is #dab288


#dab288 Border Color

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

This div border color is #dab288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab288


Comments

No comments written yet.

Please login to write comment.