Color Hex Logo

#f6aefd Color Hex

#F6AEFD
(246,174,253)
0 Favorites   0 Comments

Color spaces of #f6aefd

RGB 246174253
HSL0.820.950.84
HSV295°31°99°
CMYK 0.030.310.00   0.01
XYZ70.871756.9568100.1869
Yxy56.95680.31080.2498
Hunter Lab75.469735.5528-25.8793
CIE-Lab80.155338.9375-28.7422

#f6aefd color RGB value is (246,174,253).

#f6aefd hex color red value is 246, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f6aefd hue: 0.82 , saturation: 0.95 and the lightness value of f6aefd is 0.84.

The process color (four color CMYK) of #f6aefd color hex is 0.03, 0.31, 0.00, 0.01. Web safe color of #f6aefd is #ff99ff. Color #f6aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101110 11111101
Octal 366 256 375
Decimal 246 174 253
Hex F6 AE FD

RGB Percentages of Color #f6aefd

%36.55
%25.85
%37.59

CMYK Percentages of Color #f6aefd

%3
%31
%0
%1

Triadic Colors of #f6aefd

#f6aefd #fdf6ae #aefdf6

Analogous Colors of #f6aefd

#f6aefd #fdaedd #cfaefd

Monochromatic Colors of #f6aefd

#f6aefd

Complementary Color

#f6aefd #b5fdae

#f6aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6aefd Color CSS Codes

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

#f6aefd Text Font Color

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

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


#f6aefd Background Color

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

This div background color is #f6aefd


#f6aefd Border Color

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

This div border color is #f6aefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,174,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6aefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6aefd;
  -webkit-box-shadow: 1px 1px 3px 2px #f6aefd;
  box-shadow:         1px 1px 3px 2px #f6aefd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,174,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.