Color Hex Logo

#daaebc Color Hex

#DAAEBC
(218,174,188)
0 Favorites   0 Comments

Color spaces of #daaebc

RGB 218174188
HSL0.950.370.77
HSV341°20°85°
CMYK 0.000.200.14   0.15
XYZ53.126648.808454.1978
Yxy48.80840.34030.3126
Hunter Lab69.863013.47822.9086
CIE-Lab75.332018.1987-1.0340

#daaebc color RGB value is (218,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10111100
Octal 332 256 274
Decimal 218 174 188
Hex DA AE BC

RGB Percentages of Color #daaebc

%37.59
%30.00
%32.41

CMYK Percentages of Color #daaebc

%0
%20
%14
%15

Triadic Colors of #daaebc

#daaebc #bcdaae #aebcda

Analogous Colors of #daaebc

#daaebc #dab6ae #daaed2

Monochromatic Colors of #daaebc

#daaebc

Complementary Color

#daaebc #aedacc

#daaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaebc Color CSS Codes

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

#daaebc Text Font Color

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

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


#daaebc Background Color

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

This div background color is #daaebc


#daaebc Border Color

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

This div border color is #daaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaebc


Comments

No comments written yet.

Please login to write comment.