Color Hex Logo

#dabbfd Color Hex

#DABBFD
(218,187,253)
0 Favorites   0 Comments

Color spaces of #dabbfd

RGB 218187253
HSL0.740.940.86
HSV268°26°99°
CMYK 0.140.260.00   0.01
XYZ64.413457.5379100.6395
Yxy57.53790.28940.2585
Hunter Lab75.853718.8344-25.5658
CIE-Lab80.481223.3196-28.4728

#dabbfd color RGB value is (218,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11111101
Octal 332 273 375
Decimal 218 187 253
Hex DA BB FD

RGB Percentages of Color #dabbfd

%33.13
%28.42
%38.45

CMYK Percentages of Color #dabbfd

%14
%26
%0
%1

Triadic Colors of #dabbfd

#dabbfd #fddabb #bbfdda

Analogous Colors of #dabbfd

#dabbfd #fbbbfd #bbbdfd

Monochromatic Colors of #dabbfd

#dabbfd

Complementary Color

#dabbfd #defdbb

#dabbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbfd Color CSS Codes

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

#dabbfd Text Font Color

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

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


#dabbfd Background Color

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

This div background color is #dabbfd


#dabbfd Border Color

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

This div border color is #dabbfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,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 #dabbfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbfd


Comments

No comments written yet.

Please login to write comment.