Color Hex Logo

#daadb0 Color Hex

#DAADB0
(218,173,176)
0 Favorites   0 Comments

Color spaces of #daadb0

RGB 218173176
HSL0.990.380.77
HSV356°21°85°
CMYK 0.000.210.19   0.15
XYZ51.693547.927247.6006
Yxy47.92720.35110.3255
Hunter Lab69.229512.13407.6942
CIE-Lab74.779016.84504.7240

#daadb0 color RGB value is (218,173,176).

#daadb0 hex color red value is 218, green value is 173 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #daadb0 hue: 0.99 , saturation: 0.38 and the lightness value of daadb0 is 0.77.

The process color (four color CMYK) of #daadb0 color hex is 0.00, 0.21, 0.19, 0.15. Web safe color of #daadb0 is #cc9999. Color #daadb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10110000
Octal 332 255 260
Decimal 218 173 176
Hex DA AD B0

RGB Percentages of Color #daadb0

%38.45
%30.51
%31.04

CMYK Percentages of Color #daadb0

%0
%21
%19
%15

Triadic Colors of #daadb0

#daadb0 #b0daad #adb0da

Analogous Colors of #daadb0

#daadb0 #dac1ad #daadc7

Monochromatic Colors of #daadb0

#daadb0

Complementary Color

#daadb0 #addad7

#daadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadb0 Color CSS Codes

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

#daadb0 Text Font Color

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

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


#daadb0 Background Color

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

This div background color is #daadb0


#daadb0 Border Color

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

This div border color is #daadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadb0


Comments

No comments written yet.

Please login to write comment.