Color Hex Logo

#dabdfe Color Hex

#DABDFE
(218,189,254)
0 Favorites   0 Comments

Color spaces of #dabdfe

RGB 218189254
HSL0.740.970.87
HSV267°26°100°
CMYK 0.140.260.00   0.00
XYZ65.000458.4564101.6232
Yxy58.45640.28880.2597
Hunter Lab76.456817.9540-25.2861
CIE-Lab80.991922.4485-28.2250

#dabdfe color RGB value is (218,189,254).

#dabdfe hex color red value is 218, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dabdfe hue: 0.74 , saturation: 0.97 and the lightness value of dabdfe is 0.87.

The process color (four color CMYK) of #dabdfe color hex is 0.14, 0.26, 0.00, 0.00. Web safe color of #dabdfe is #ccccff. Color #dabdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11111110
Octal 332 275 376
Decimal 218 189 254
Hex DA BD FE

RGB Percentages of Color #dabdfe

%32.98
%28.59
%38.43

CMYK Percentages of Color #dabdfe

%14
%26
%0
%0

Triadic Colors of #dabdfe

#dabdfe #fedabd #bdfeda

Analogous Colors of #dabdfe

#dabdfe #fbbdfe #bdc1fe

Monochromatic Colors of #dabdfe

#dabdfe

Complementary Color

#dabdfe #e1febd

#dabdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdfe Color CSS Codes

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

#dabdfe Text Font Color

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

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


#dabdfe Background Color

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

This div background color is #dabdfe


#dabdfe Border Color

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

This div border color is #dabdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdfe


Comments

No comments written yet.

Please login to write comment.