Color Hex Logo

#f6eafc Color Hex

#F6EAFC
(246,234,252)
0 Favorites   0 Comments

Color spaces of #f6eafc

RGB 246234252
HSL0.780.750.95
HSV280°99°
CMYK 0.020.070.00   0.01
XYZ84.999585.4667104.1122
Yxy85.46670.30960.3113
Hunter Lab92.44822.3336-2.0568
CIE-Lab94.08397.2221-7.2355

#f6eafc color RGB value is (246,234,252).

#f6eafc hex color red value is 246, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f6eafc hue: 0.78 , saturation: 0.75 and the lightness value of f6eafc is 0.95.

The process color (four color CMYK) of #f6eafc color hex is 0.02, 0.07, 0.00, 0.01. Web safe color of #f6eafc is #ffffff. Color #f6eafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11101010 11111100
Octal 366 352 374
Decimal 246 234 252
Hex F6 EA FC

RGB Percentages of Color #f6eafc

%33.61
%31.97
%34.43

CMYK Percentages of Color #f6eafc

%2
%7
%0
%1

Triadic Colors of #f6eafc

#f6eafc #fcf6ea #eafcf6

Analogous Colors of #f6eafc

#f6eafc #fceaf9 #edeafc

Monochromatic Colors of #f6eafc

#f6eafc

Complementary Color

#f6eafc #f0fcea

#f6eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6eafc Color CSS Codes

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

#f6eafc Text Font Color

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

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


#f6eafc Background Color

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

This div background color is #f6eafc


#f6eafc Border Color

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

This div border color is #f6eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6eafc

#f6eafc Color Palettes


Comments

No comments written yet.

Please login to write comment.