Color Hex Logo

#dabed7 Color Hex

#DABED7
(218,190,215)
0 Favorites   0 Comments

Color spaces of #dabed7

RGB 218190215
HSL0.850.270.80
HSV306°13°85°
CMYK 0.000.130.01   0.15
XYZ59.592656.638672.0815
Yxy56.63860.31650.3008
Hunter Lab75.25869.6404-4.1060
CIE-Lab79.975914.2558-8.8326

#dabed7 color RGB value is (218,190,215).

#dabed7 hex color red value is 218, green value is 190 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dabed7 hue: 0.85 , saturation: 0.27 and the lightness value of dabed7 is 0.80.

The process color (four color CMYK) of #dabed7 color hex is 0.00, 0.13, 0.01, 0.15. Web safe color of #dabed7 is #cccccc. Color #dabed7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11010111
Octal 332 276 327
Decimal 218 190 215
Hex DA BE D7

RGB Percentages of Color #dabed7

%34.99
%30.50
%34.51

CMYK Percentages of Color #dabed7

%0
%13
%1
%15

Triadic Colors of #dabed7

#dabed7 #d7dabe #bed7da

Analogous Colors of #dabed7

#dabed7 #dabec9 #cfbeda

Monochromatic Colors of #dabed7

#dabed7

Complementary Color

#dabed7 #bedac1

#dabed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabed7 Color CSS Codes

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

#dabed7 Text Font Color

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

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


#dabed7 Background Color

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

This div background color is #dabed7


#dabed7 Border Color

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

This div border color is #dabed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabed7


Comments

No comments written yet.

Please login to write comment.