Color Hex Logo

#dabdf5 Color Hex

#DABDF5
(218,189,245)
0 Favorites   0 Comments

Color spaces of #dabdf5

RGB 218189245
HSL0.750.740.85
HSV271°23°96°
CMYK 0.110.230.00   0.04
XYZ63.592557.893294.2090
Yxy57.89320.29480.2684
Hunter Lab76.087616.0335-20.1495
CIE-Lab80.679420.5917-23.8900

#dabdf5 color RGB value is (218,189,245).

#dabdf5 hex color red value is 218, green value is 189 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dabdf5 hue: 0.75 , saturation: 0.74 and the lightness value of dabdf5 is 0.85.

The process color (four color CMYK) of #dabdf5 color hex is 0.11, 0.23, 0.00, 0.04. Web safe color of #dabdf5 is #ccccff. Color #dabdf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11110101
Octal 332 275 365
Decimal 218 189 245
Hex DA BD F5

RGB Percentages of Color #dabdf5

%33.44
%28.99
%37.58

CMYK Percentages of Color #dabdf5

%11
%23
%0
%4

Triadic Colors of #dabdf5

#dabdf5 #f5dabd #bdf5da

Analogous Colors of #dabdf5

#dabdf5 #f5bdf4 #bebdf5

Monochromatic Colors of #dabdf5

#dabdf5

Complementary Color

#dabdf5 #d8f5bd

#dabdf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdf5 Color CSS Codes

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

#dabdf5 Text Font Color

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

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


#dabdf5 Background Color

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

This div background color is #dabdf5


#dabdf5 Border Color

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

This div border color is #dabdf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdf5


Comments

No comments written yet.

Please login to write comment.