Color Hex Logo

#dabf88 Color Hex

#DABF88
(218,191,136)
0 Favorites   0 Comments

Color spaces of #dabf88

RGB 218191136
HSL0.110.530.69
HSV40°38°85°
CMYK 0.000.120.38   0.15
XYZ51.988253.944630.9648
Yxy53.94460.37980.3941
Hunter Lab73.4470-2.184026.4166
CIE-Lab78.42941.884531.2870

#dabf88 color RGB value is (218,191,136).

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

The process color (four color CMYK) of #dabf88 color hex is 0.00, 0.12, 0.38, 0.15. Web safe color of #dabf88 is #cccc99. Color #dabf88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 10001000
Octal 332 277 210
Decimal 218 191 136
Hex DA BF 88

RGB Percentages of Color #dabf88

%40.00
%35.05
%24.95

CMYK Percentages of Color #dabf88

%0
%12
%38
%15

Triadic Colors of #dabf88

#dabf88 #88dabf #bf88da

Analogous Colors of #dabf88

#dabf88 #ccda88 #da9688

Monochromatic Colors of #dabf88

#dabf88

Complementary Color

#dabf88 #88a3da

#dabf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabf88 Color CSS Codes

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

#dabf88 Text Font Color

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

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


#dabf88 Background Color

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

This div background color is #dabf88


#dabf88 Border Color

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

This div border color is #dabf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabf88


Comments

No comments written yet.

Please login to write comment.