Color Hex Logo

#dabfec Color Hex

#DABFEC
(218,191,236)
0 Favorites   0 Comments

Color spaces of #dabfec

RGB 218191236
HSL0.770.540.84
HSV276°19°93°
CMYK 0.080.190.00   0.07
XYZ62.684658.223287.2912
Yxy58.22320.30110.2797
Hunter Lab76.304113.1073-14.4143
CIE-Lab80.862717.7102-18.7901

#dabfec color RGB value is (218,191,236).

#dabfec hex color red value is 218, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dabfec hue: 0.77 , saturation: 0.54 and the lightness value of dabfec is 0.84.

The process color (four color CMYK) of #dabfec color hex is 0.08, 0.19, 0.00, 0.07. Web safe color of #dabfec is #ccccff. Color #dabfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 11101100
Octal 332 277 354
Decimal 218 191 236
Hex DA BF EC

RGB Percentages of Color #dabfec

%33.80
%29.61
%36.59

CMYK Percentages of Color #dabfec

%8
%19
%0
%7

Triadic Colors of #dabfec

#dabfec #ecdabf #bfecda

Analogous Colors of #dabfec

#dabfec #ecbfe8 #c4bfec

Monochromatic Colors of #dabfec

#dabfec

Complementary Color

#dabfec #d1ecbf

#dabfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabfec Color CSS Codes

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

#dabfec Text Font Color

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

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


#dabfec Background Color

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

This div background color is #dabfec


#dabfec Border Color

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

This div border color is #dabfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabfec


Comments

No comments written yet.

Please login to write comment.