Color Hex Logo

#dabdee Color Hex

#DABDEE
(218,189,238)
0 Favorites   0 Comments

Color spaces of #dabdee

RGB 218189238
HSL0.770.590.84
HSV276°21°93°
CMYK 0.080.210.00   0.07
XYZ62.543757.473788.6860
Yxy57.47370.29970.2754
Hunter Lab75.811414.5909-16.2909
CIE-Lab80.445319.1832-20.4941

#dabdee color RGB value is (218,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11101110
Octal 332 275 356
Decimal 218 189 238
Hex DA BD EE

RGB Percentages of Color #dabdee

%33.80
%29.30
%36.90

CMYK Percentages of Color #dabdee

%8
%21
%0
%7

Triadic Colors of #dabdee

#dabdee #eedabd #bdeeda

Analogous Colors of #dabdee

#dabdee #eebdea #c2bdee

Monochromatic Colors of #dabdee

#dabdee

Complementary Color

#dabdee #d1eebd

#dabdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdee Color CSS Codes

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

#dabdee Text Font Color

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

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


#dabdee Background Color

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

This div background color is #dabdee


#dabdee Border Color

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

This div border color is #dabdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdee

#dabdee Color Palettes


Comments

No comments written yet.

Please login to write comment.