Color Hex Logo

#dabdef Color Hex

#DABDEF
(218,189,239)
0 Favorites   0 Comments

Color spaces of #dabdef

RGB 218189239
HSL0.760.610.84
HSV275°21°94°
CMYK 0.090.210.00   0.06
XYZ62.691057.532689.4621
Yxy57.53260.29900.2744
Hunter Lab75.850214.7941-16.8348
CIE-Lab80.478219.3824-20.9806

#dabdef color RGB value is (218,189,239).

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

The process color (four color CMYK) of #dabdef color hex is 0.09, 0.21, 0.00, 0.06. Web safe color of #dabdef is #ccccff. Color #dabdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11101111
Octal 332 275 357
Decimal 218 189 239
Hex DA BD EF

RGB Percentages of Color #dabdef

%33.75
%29.26
%37.00

CMYK Percentages of Color #dabdef

%9
%21
%0
%6

Triadic Colors of #dabdef

#dabdef #efdabd #bdefda

Analogous Colors of #dabdef

#dabdef #efbdeb #c1bdef

Monochromatic Colors of #dabdef

#dabdef

Complementary Color

#dabdef #d2efbd

#dabdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdef Color CSS Codes

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

#dabdef Text Font Color

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

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


#dabdef Background Color

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

This div background color is #dabdef


#dabdef Border Color

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

This div border color is #dabdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdef


Comments

No comments written yet.

Please login to write comment.