Color Hex Logo

#dabeaa Color Hex

#DABEAA
(218,190,170)
0 Favorites   0 Comments

Color spaces of #dabeaa

RGB 218190170
HSL0.070.390.76
HSV25°22°85°
CMYK 0.000.130.22   0.15
XYZ54.582654.634645.6989
Yxy54.63460.35230.3527
Hunter Lab73.91522.461515.0840
CIE-Lab78.83036.848313.7580

#dabeaa color RGB value is (218,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10101010
Octal 332 276 252
Decimal 218 190 170
Hex DA BE AA

RGB Percentages of Color #dabeaa

%37.72
%32.87
%29.41

CMYK Percentages of Color #dabeaa

%0
%13
%22
%15

Triadic Colors of #dabeaa

#dabeaa #aadabe #beaada

Analogous Colors of #dabeaa

#dabeaa #dad6aa #daaaae

Monochromatic Colors of #dabeaa

#dabeaa

Complementary Color

#dabeaa #aac6da

#dabeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabeaa Color CSS Codes

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

#dabeaa Text Font Color

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

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


#dabeaa Background Color

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

This div background color is #dabeaa


#dabeaa Border Color

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

This div border color is #dabeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabeaa


Comments

No comments written yet.

Please login to write comment.