Color Hex Logo

#dad2fb Color Hex

#DAD2FB
(218,210,251)
0 Favorites   0 Comments

Color spaces of #dad2fb

RGB 218210251
HSL0.700.840.90
HSV252°16°98°
CMYK 0.130.160.00   0.02
XYZ69.372667.9636100.7288
Yxy67.96360.29140.2855
Hunter Lab82.44005.9362-14.7351
CIE-Lab85.988210.5758-19.0355

#dad2fb color RGB value is (218,210,251).

#dad2fb hex color red value is 218, green value is 210 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dad2fb hue: 0.70 , saturation: 0.84 and the lightness value of dad2fb is 0.90.

The process color (four color CMYK) of #dad2fb color hex is 0.13, 0.16, 0.00, 0.02. Web safe color of #dad2fb is #ccccff. Color #dad2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 11111011
Octal 332 322 373
Decimal 218 210 251
Hex DA D2 FB

RGB Percentages of Color #dad2fb

%32.11
%30.93
%36.97

CMYK Percentages of Color #dad2fb

%13
%16
%0
%2

Triadic Colors of #dad2fb

#dad2fb #fbdad2 #d2fbda

Analogous Colors of #dad2fb

#dad2fb #efd2fb #d2dffb

Monochromatic Colors of #dad2fb

#dad2fb

Complementary Color

#dad2fb #f3fbd2

#dad2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad2fb Color CSS Codes

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

#dad2fb Text Font Color

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

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


#dad2fb Background Color

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

This div background color is #dad2fb


#dad2fb Border Color

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

This div border color is #dad2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad2fb


Comments

No comments written yet.

Please login to write comment.