Color Hex Logo

#dabaae Color Hex

#DABAAE
(218,186,174)
0 Favorites   0 Comments

Color spaces of #dabaae

RGB 218186174
HSL0.050.370.77
HSV16°20°85°
CMYK 0.000.150.20   0.15
XYZ54.112353.079247.4377
Yxy53.07920.34990.3433
Hunter Lab72.85555.081112.3939
CIE-Lab77.92179.567610.3159

#dabaae color RGB value is (218,186,174).

#dabaae hex color red value is 218, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dabaae hue: 0.05 , saturation: 0.37 and the lightness value of dabaae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10101110
Octal 332 272 256
Decimal 218 186 174
Hex DA BA AE

RGB Percentages of Color #dabaae

%37.72
%32.18
%30.10

CMYK Percentages of Color #dabaae

%0
%15
%20
%15

Triadic Colors of #dabaae

#dabaae #aedaba #baaeda

Analogous Colors of #dabaae

#dabaae #dad0ae #daaeb8

Monochromatic Colors of #dabaae

#dabaae

Complementary Color

#dabaae #aeceda

#dabaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaae Color CSS Codes

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

#dabaae Text Font Color

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

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


#dabaae Background Color

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

This div background color is #dabaae


#dabaae Border Color

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

This div border color is #dabaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaae


Comments

No comments written yet.

Please login to write comment.