Color Hex Logo

#daaffe Color Hex

#DAAFFE
(218,175,254)
0 Favorites   0 Comments

Color spaces of #daaffe

RGB 218175254
HSL0.760.980.84
HSV273°31°100°
CMYK 0.140.310.00   0.00
XYZ62.132852.7211100.6674
Yxy52.72110.28830.2446
Hunter Lab72.609325.6787-31.3747
CIE-Lab77.710030.0186-33.2686

#daaffe color RGB value is (218,175,254).

#daaffe hex color red value is 218, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #daaffe hue: 0.76 , saturation: 0.98 and the lightness value of daaffe is 0.84.

The process color (four color CMYK) of #daaffe color hex is 0.14, 0.31, 0.00, 0.00. Web safe color of #daaffe is #cc99ff. Color #daaffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11111110
Octal 332 257 376
Decimal 218 175 254
Hex DA AF FE

RGB Percentages of Color #daaffe

%33.69
%27.05
%39.26

CMYK Percentages of Color #daaffe

%14
%31
%0
%0

Triadic Colors of #daaffe

#daaffe #fedaaf #affeda

Analogous Colors of #daaffe

#daaffe #feaffb #b3affe

Monochromatic Colors of #daaffe

#daaffe

Complementary Color

#daaffe #d3feaf

#daaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaffe Color CSS Codes

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

#daaffe Text Font Color

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

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


#daaffe Background Color

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

This div background color is #daaffe


#daaffe Border Color

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

This div border color is #daaffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,175,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 #daaffe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaffe


Comments

No comments written yet.

Please login to write comment.