Color Hex Logo

#dabafd Color Hex

#DABAFD
(218,186,253)
0 Favorites   0 Comments

Color spaces of #dabafd

RGB 218186253
HSL0.750.940.86
HSV269°26°99°
CMYK 0.140.260.00   0.01
XYZ64.202057.1151100.5690
Yxy57.11510.28930.2574
Hunter Lab75.574519.3837-25.9966
CIE-Lab80.244323.8597-28.8357

#dabafd color RGB value is (218,186,253).

#dabafd hex color red value is 218, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dabafd hue: 0.75 , saturation: 0.94 and the lightness value of dabafd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11111101
Octal 332 272 375
Decimal 218 186 253
Hex DA BA FD

RGB Percentages of Color #dabafd

%33.18
%28.31
%38.51

CMYK Percentages of Color #dabafd

%14
%26
%0
%1

Triadic Colors of #dabafd

#dabafd #fddaba #bafdda

Analogous Colors of #dabafd

#dabafd #fcbafd #babcfd

Monochromatic Colors of #dabafd

#dabafd

Complementary Color

#dabafd #ddfdba

#dabafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabafd Color CSS Codes

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

#dabafd Text Font Color

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

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


#dabafd Background Color

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

This div background color is #dabafd


#dabafd Border Color

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

This div border color is #dabafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabafd

Related Colors


Comments

No comments written yet.

Please login to write comment.