Color Hex Logo

#dabea8 Color Hex

#DABEA8
(218,190,168)
0 Favorites   0 Comments

Color spaces of #dabea8

RGB 218190168
HSL0.070.400.76
HSV26°23°85°
CMYK 0.000.130.23   0.15
XYZ54.394854.559544.7099
Yxy54.55950.35400.3551
Hunter Lab73.86442.187215.8170
CIE-Lab78.78696.558514.7712

#dabea8 color RGB value is (218,190,168).

#dabea8 hex color red value is 218, green value is 190 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dabea8 hue: 0.07 , saturation: 0.40 and the lightness value of dabea8 is 0.76.

The process color (four color CMYK) of #dabea8 color hex is 0.00, 0.13, 0.23, 0.15. Web safe color of #dabea8 is #cccc99. Color #dabea8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10101000
Octal 332 276 250
Decimal 218 190 168
Hex DA BE A8

RGB Percentages of Color #dabea8

%37.85
%32.99
%29.17

CMYK Percentages of Color #dabea8

%0
%13
%23
%15

Triadic Colors of #dabea8

#dabea8 #a8dabe #bea8da

Analogous Colors of #dabea8

#dabea8 #dad7a8 #daa8ab

Monochromatic Colors of #dabea8

#dabea8

Complementary Color

#dabea8 #a8c4da

#dabea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabea8 Color CSS Codes

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

#dabea8 Text Font Color

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

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


#dabea8 Background Color

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

This div background color is #dabea8


#dabea8 Border Color

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

This div border color is #dabea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabea8


Comments

No comments written yet.

Please login to write comment.