Color Hex Logo

#dabea1 Color Hex

#DABEA1
(218,190,161)
0 Favorites   0 Comments

Color spaces of #dabea1

RGB 218190161
HSL0.080.440.74
HSV31°26°85°
CMYK 0.000.130.26   0.15
XYZ53.759954.305541.3668
Yxy54.30550.35980.3634
Hunter Lab73.69231.257718.3024
CIE-Lab78.63955.572118.3187

#dabea1 color RGB value is (218,190,161).

#dabea1 hex color red value is 218, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dabea1 hue: 0.08 , saturation: 0.44 and the lightness value of dabea1 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10100001
Octal 332 276 241
Decimal 218 190 161
Hex DA BE A1

RGB Percentages of Color #dabea1

%38.31
%33.39
%28.30

CMYK Percentages of Color #dabea1

%0
%13
%26
%15

Triadic Colors of #dabea1

#dabea1 #a1dabe #bea1da

Analogous Colors of #dabea1

#dabea1 #dadaa1 #daa2a1

Monochromatic Colors of #dabea1

#dabea1

Complementary Color

#dabea1 #a1bdda

#dabea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabea1 Color CSS Codes

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

#dabea1 Text Font Color

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

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


#dabea1 Background Color

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

This div background color is #dabea1


#dabea1 Border Color

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

This div border color is #dabea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabea1


Comments

No comments written yet.

Please login to write comment.