Color Hex Logo

#dabed6 Color Hex

#DABED6
(218,190,214)
0 Favorites   0 Comments

Color spaces of #dabed6

RGB 218190214
HSL0.860.270.80
HSV309°13°85°
CMYK 0.000.130.02   0.15
XYZ59.464556.587471.4067
Yxy56.58740.31720.3019
Hunter Lab75.22469.4599-3.6236
CIE-Lab79.947014.0737-8.3368

#dabed6 color RGB value is (218,190,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11010110
Octal 332 276 326
Decimal 218 190 214
Hex DA BE D6

RGB Percentages of Color #dabed6

%35.05
%30.55
%34.41

CMYK Percentages of Color #dabed6

%0
%13
%2
%15

Triadic Colors of #dabed6

#dabed6 #d6dabe #bed6da

Analogous Colors of #dabed6

#dabed6 #dabec8 #d0beda

Monochromatic Colors of #dabed6

#dabed6

Complementary Color

#dabed6 #bedac2

#dabed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabed6 Color CSS Codes

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

#dabed6 Text Font Color

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

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


#dabed6 Background Color

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

This div background color is #dabed6


#dabed6 Border Color

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

This div border color is #dabed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabed6


Comments

No comments written yet.

Please login to write comment.