Color Hex Logo

#dabed4 Color Hex

#DABED4
(218,190,212)
0 Favorites   0 Comments

Color spaces of #dabed4

RGB 218190212
HSL0.870.270.80
HSV313°13°85°
CMYK 0.000.130.03   0.15
XYZ59.210656.485870.0695
Yxy56.48580.31870.3041
Hunter Lab75.15709.1020-2.6666
CIE-Lab79.889513.7118-7.3444

#dabed4 color RGB value is (218,190,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 11010100
Octal 332 276 324
Decimal 218 190 212
Hex DA BE D4

RGB Percentages of Color #dabed4

%35.16
%30.65
%34.19

CMYK Percentages of Color #dabed4

%0
%13
%3
%15

Triadic Colors of #dabed4

#dabed4 #d4dabe #bed4da

Analogous Colors of #dabed4

#dabed4 #dabec6 #d2beda

Monochromatic Colors of #dabed4

#dabed4

Complementary Color

#dabed4 #bedac4

#dabed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabed4 Color CSS Codes

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

#dabed4 Text Font Color

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

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


#dabed4 Background Color

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

This div background color is #dabed4


#dabed4 Border Color

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

This div border color is #dabed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabed4


Comments

No comments written yet.

Please login to write comment.