Color Hex Logo

#dac7f0 Color Hex

#DAC7F0
(218,199,240)
0 Favorites   0 Comments

Color spaces of #dac7f0

RGB 218199240
HSL0.740.580.86
HSV268°17°94°
CMYK 0.090.170.00   0.06
XYZ65.065062.043590.9844
Yxy62.04350.29830.2845
Hunter Lab78.76779.6041-13.3484
CIE-Lab82.936514.2121-17.7987

#dac7f0 color RGB value is (218,199,240).

#dac7f0 hex color red value is 218, green value is 199 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dac7f0 hue: 0.74 , saturation: 0.58 and the lightness value of dac7f0 is 0.86.

The process color (four color CMYK) of #dac7f0 color hex is 0.09, 0.17, 0.00, 0.06. Web safe color of #dac7f0 is #ccccff. Color #dac7f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000111 11110000
Octal 332 307 360
Decimal 218 199 240
Hex DA C7 F0

RGB Percentages of Color #dac7f0

%33.18
%30.29
%36.53

CMYK Percentages of Color #dac7f0

%9
%17
%0
%6

Triadic Colors of #dac7f0

#dac7f0 #f0dac7 #c7f0da

Analogous Colors of #dac7f0

#dac7f0 #efc7f0 #c7c9f0

Monochromatic Colors of #dac7f0

#dac7f0

Complementary Color

#dac7f0 #ddf0c7

#dac7f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac7f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac7f0 Color CSS Codes

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

#dac7f0 Text Font Color

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

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


#dac7f0 Background Color

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

This div background color is #dac7f0


#dac7f0 Border Color

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

This div border color is #dac7f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac7f0


Comments

No comments written yet.

Please login to write comment.