Color Hex Logo

#daabb2 Color Hex

#DAABB2
(218,171,178)
0 Favorites   0 Comments

Color spaces of #daabb2

RGB 218171178
HSL0.980.390.76
HSV351°22°85°
CMYK 0.000.220.18   0.15
XYZ51.512247.245648.5238
Yxy47.24560.34980.3208
Hunter Lab68.735413.48576.2590
CIE-Lab74.346618.23113.0034

#daabb2 color RGB value is (218,171,178).

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

The process color (four color CMYK) of #daabb2 color hex is 0.00, 0.22, 0.18, 0.15. Web safe color of #daabb2 is #cc9999. Color #daabb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10110010
Octal 332 253 262
Decimal 218 171 178
Hex DA AB B2

RGB Percentages of Color #daabb2

%38.45
%30.16
%31.39

CMYK Percentages of Color #daabb2

%0
%22
%18
%15

Triadic Colors of #daabb2

#daabb2 #b2daab #abb2da

Analogous Colors of #daabb2

#daabb2 #dabcab #daabca

Monochromatic Colors of #daabb2

#daabb2

Complementary Color

#daabb2 #abdad3

#daabb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabb2 Color CSS Codes

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

#daabb2 Text Font Color

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

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


#daabb2 Background Color

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

This div background color is #daabb2


#daabb2 Border Color

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

This div border color is #daabb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabb2


Comments

No comments written yet.

Please login to write comment.