Color Hex Logo

#dabfed Color Hex

#DABFED
(218,191,237)
0 Favorites   0 Comments

Color spaces of #dabfed

RGB 218191237
HSL0.760.560.84
HSV275°19°93°
CMYK 0.080.190.00   0.07
XYZ62.830358.281588.0587
Yxy58.28150.30040.2786
Hunter Lab76.342313.3078-14.9497
CIE-Lab80.895017.9079-19.2773

#dabfed color RGB value is (218,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111111 11101101
Octal 332 277 355
Decimal 218 191 237
Hex DA BF ED

RGB Percentages of Color #dabfed

%33.75
%29.57
%36.69

CMYK Percentages of Color #dabfed

%8
%19
%0
%7

Triadic Colors of #dabfed

#dabfed #eddabf #bfedda

Analogous Colors of #dabfed

#dabfed #edbfe9 #c3bfed

Monochromatic Colors of #dabfed

#dabfed

Complementary Color

#dabfed #d2edbf

#dabfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabfed Color CSS Codes

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

#dabfed Text Font Color

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

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


#dabfed Background Color

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

This div background color is #dabfed


#dabfed Border Color

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

This div border color is #dabfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabfed


Comments

No comments written yet.

Please login to write comment.