Color Hex Logo

#f6eaff Color Hex

#F6EAFF
(246,234,255)
0 Favorites   0 Comments

Color spaces of #f6eaff

RGB 246234255
HSL0.761.000.96
HSV274°100°
CMYK 0.040.080.00   0.00
XYZ85.478985.6585106.6363
Yxy85.65850.30770.3084
Hunter Lab92.55192.8929-3.5264
CIE-Lab94.16617.7713-8.6732

#f6eaff color RGB value is (246,234,255).

#f6eaff hex color red value is 246, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f6eaff hue: 0.76 , saturation: 1.00 and the lightness value of f6eaff is 0.96.

The process color (four color CMYK) of #f6eaff color hex is 0.04, 0.08, 0.00, 0.00. Web safe color of #f6eaff is #ffffff. Color #f6eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11101010 11111111
Octal 366 352 377
Decimal 246 234 255
Hex F6 EA FF

RGB Percentages of Color #f6eaff

%33.47
%31.84
%34.69

CMYK Percentages of Color #f6eaff

%4
%8
%0
%0

Triadic Colors of #f6eaff

#f6eaff #fff6ea #eafff6

Analogous Colors of #f6eaff

#f6eaff #ffeafe #eceaff

Monochromatic Colors of #f6eaff

#f6eaff

Complementary Color

#f6eaff #f3ffea

#f6eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6eaff Color CSS Codes

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

#f6eaff Text Font Color

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

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


#f6eaff Background Color

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

This div background color is #f6eaff


#f6eaff Border Color

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

This div border color is #f6eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6eaff

Related Colors


Comments

No comments written yet.

Please login to write comment.