Color Hex Logo

#f69eed Color Hex

#F69EED
(246,158,237)
0 Favorites   0 Comments

Color spaces of #f69eed

RGB 246158237
HSL0.850.830.79
HSV306°36°96°
CMYK 0.000.360.04   0.04
XYZ65.519050.161086.3496
Yxy50.16100.32430.2483
Hunter Lab70.824441.1859-22.7096
CIE-Lab76.168044.4095-26.2140

#f69eed color RGB value is (246,158,237).

#f69eed hex color red value is 246, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f69eed hue: 0.85 , saturation: 0.83 and the lightness value of f69eed is 0.79.

The process color (four color CMYK) of #f69eed color hex is 0.00, 0.36, 0.04, 0.04. Web safe color of #f69eed is #ff99ff. Color #f69eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011110 11101101
Octal 366 236 355
Decimal 246 158 237
Hex F6 9E ED

RGB Percentages of Color #f69eed

%38.38
%24.65
%36.97

CMYK Percentages of Color #f69eed

%0
%36
%4
%4

Triadic Colors of #f69eed

#f69eed #edf69e #9eedf6

Analogous Colors of #f69eed

#f69eed #f69ec1 #d39ef6

Monochromatic Colors of #f69eed

#f69eed

Complementary Color

#f69eed #9ef6a7

#f69eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69eed Color CSS Codes

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

#f69eed Text Font Color

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

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


#f69eed Background Color

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

This div background color is #f69eed


#f69eed Border Color

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

This div border color is #f69eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69eed


Comments

No comments written yet.

Please login to write comment.