Color Hex Logo

#dac5fa Color Hex

#DAC5FA
(218,197,250)
0 Favorites   0 Comments

Color spaces of #dac5fa

RGB 218197250
HSL0.730.840.88
HSV264°21°98°
CMYK 0.130.210.00   0.02
XYZ66.135061.740198.8738
Yxy61.74010.29170.2723
Hunter Lab78.574912.7341-19.6045
CIE-Lab82.775017.3108-23.3718

#dac5fa color RGB value is (218,197,250).

#dac5fa hex color red value is 218, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dac5fa hue: 0.73 , saturation: 0.84 and the lightness value of dac5fa is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 11111010
Octal 332 305 372
Decimal 218 197 250
Hex DA C5 FA

RGB Percentages of Color #dac5fa

%32.78
%29.62
%37.59

CMYK Percentages of Color #dac5fa

%13
%21
%0
%2

Triadic Colors of #dac5fa

#dac5fa #fadac5 #c5fada

Analogous Colors of #dac5fa

#dac5fa #f5c5fa #c5cbfa

Monochromatic Colors of #dac5fa

#dac5fa

Complementary Color

#dac5fa #e5fac5

#dac5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac5fa Color CSS Codes

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

#dac5fa Text Font Color

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

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


#dac5fa Background Color

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

This div background color is #dac5fa


#dac5fa Border Color

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

This div border color is #dac5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac5fa


Comments

No comments written yet.

Please login to write comment.