Color Hex Logo

#dabed1 Color Hex

#DABED1
(218,190,209)
0 Favorites   0 Comments

Color spaces of #dabed1

RGB 218190209
HSL0.890.270.80
HSV319°13°85°
CMYK 0.000.130.04   0.15
XYZ58.835556.335868.0945
Yxy56.33580.32100.3074
Hunter Lab75.05728.5718-1.2499
CIE-Lab79.804613.1743-5.8530

#dabed1 color RGB value is (218,190,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11010001
Octal 332 276 321
Decimal 218 190 209
Hex DA BE D1

RGB Percentages of Color #dabed1

%35.33
%30.79
%33.87

CMYK Percentages of Color #dabed1

%0
%13
%4
%15

Triadic Colors of #dabed1

#dabed1 #d1dabe #bed1da

Analogous Colors of #dabed1

#dabed1 #dabec3 #d5beda

Monochromatic Colors of #dabed1

#dabed1

Complementary Color

#dabed1 #bedac7

#dabed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabed1 Color CSS Codes

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

#dabed1 Text Font Color

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

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


#dabed1 Background Color

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

This div background color is #dabed1


#dabed1 Border Color

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

This div border color is #dabed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabed1


Comments

No comments written yet.

Please login to write comment.