Color Hex Logo

#dac5fe Color Hex

#DAC5FE
(218,197,254)
0 Favorites   0 Comments

Color spaces of #dac5fe

RGB 218197254
HSL0.730.970.88
HSV262°22°100°
CMYK 0.140.220.00   0.00
XYZ66.769161.9937102.2128
Yxy61.99370.28910.2684
Hunter Lab78.736113.5819-21.8532
CIE-Lab82.910118.1402-25.2950

#dac5fe color RGB value is (218,197,254).

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

The process color (four color CMYK) of #dac5fe color hex is 0.14, 0.22, 0.00, 0.00. Web safe color of #dac5fe is #ccccff. Color #dac5fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000101 11111110
Octal 332 305 376
Decimal 218 197 254
Hex DA C5 FE

RGB Percentages of Color #dac5fe

%32.59
%29.45
%37.97

CMYK Percentages of Color #dac5fe

%14
%22
%0
%0

Triadic Colors of #dac5fe

#dac5fe #fedac5 #c5feda

Analogous Colors of #dac5fe

#dac5fe #f7c5fe #c5cdfe

Monochromatic Colors of #dac5fe

#dac5fe

Complementary Color

#dac5fe #e9fec5

#dac5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac5fe Color CSS Codes

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

#dac5fe Text Font Color

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

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


#dac5fe Background Color

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

This div background color is #dac5fe


#dac5fe Border Color

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

This div border color is #dac5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac5fe


Comments

No comments written yet.

Please login to write comment.