Color Hex Logo

#dabea7 Color Hex

#DABEA7
(218,190,167)
0 Favorites   0 Comments

Color spaces of #dabea7

RGB 218190167
HSL0.080.410.75
HSV27°23°85°
CMYK 0.000.130.23   0.15
XYZ54.301954.522444.2211
Yxy54.52240.35480.3562
Hunter Lab73.83932.051316.1797
CIE-Lab78.76546.414715.2778

#dabea7 color RGB value is (218,190,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10100111
Octal 332 276 247
Decimal 218 190 167
Hex DA BE A7

RGB Percentages of Color #dabea7

%37.91
%33.04
%29.04

CMYK Percentages of Color #dabea7

%0
%13
%23
%15

Triadic Colors of #dabea7

#dabea7 #a7dabe #bea7da

Analogous Colors of #dabea7

#dabea7 #dad8a7 #daa7aa

Monochromatic Colors of #dabea7

#dabea7

Complementary Color

#dabea7 #a7c3da

#dabea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabea7 Color CSS Codes

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

#dabea7 Text Font Color

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

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


#dabea7 Background Color

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

This div background color is #dabea7


#dabea7 Border Color

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

This div border color is #dabea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabea7

#dabea7 Color Palettes


Comments

No comments written yet.

Please login to write comment.