Color Hex Logo

#f09eed Color Hex

#F09EED
(240,158,237)
0 Favorites   0 Comments

Color spaces of #f09eed

RGB 240158237
HSL0.840.730.78
HSV302°34°94°
CMYK 0.000.340.01   0.06
XYZ63.448149.093486.2527
Yxy49.09340.31920.2470
Hunter Lab70.066739.0220-23.9398
CIE-Lab75.509442.5448-27.2802

#f09eed color RGB value is (240,158,237).

#f09eed hex color red value is 240, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f09eed hue: 0.84 , saturation: 0.73 and the lightness value of f09eed is 0.78.

The process color (four color CMYK) of #f09eed color hex is 0.00, 0.34, 0.01, 0.06. Web safe color of #f09eed is #ff99ff. Color #f09eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011110 11101101
Octal 360 236 355
Decimal 240 158 237
Hex F0 9E ED

RGB Percentages of Color #f09eed

%37.80
%24.88
%37.32

CMYK Percentages of Color #f09eed

%0
%34
%1
%6

Triadic Colors of #f09eed

#f09eed #edf09e #9eedf0

Analogous Colors of #f09eed

#f09eed #f09ec4 #ca9ef0

Monochromatic Colors of #f09eed

#f09eed

Complementary Color

#f09eed #9ef0a1

#f09eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09eed Color CSS Codes

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

#f09eed Text Font Color

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

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


#f09eed Background Color

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

This div background color is #f09eed


#f09eed Border Color

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

This div border color is #f09eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,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 #f09eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09eed


Comments

No comments written yet.

Please login to write comment.