Color Hex Logo

#f09edc Color Hex

#F09EDC
(240,158,220)
0 Favorites   0 Comments

Color spaces of #f09edc

RGB 240158220
HSL0.870.730.78
HSV315°34°94°
CMYK 0.000.340.08   0.06
XYZ61.080348.146373.7840
Yxy48.14630.33380.2631
Hunter Lab69.387535.7014-14.4754
CIE-Lab74.917139.5928-18.9163

#f09edc color RGB value is (240,158,220).

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

The process color (four color CMYK) of #f09edc color hex is 0.00, 0.34, 0.08, 0.06. Web safe color of #f09edc is #ff99cc. Color #f09edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011110 11011100
Octal 360 236 334
Decimal 240 158 220
Hex F0 9E DC

RGB Percentages of Color #f09edc

%38.83
%25.57
%35.60

CMYK Percentages of Color #f09edc

%0
%34
%8
%6

Triadic Colors of #f09edc

#f09edc #dcf09e #9edcf0

Analogous Colors of #f09edc

#f09edc #f09eb3 #db9ef0

Monochromatic Colors of #f09edc

#f09edc

Complementary Color

#f09edc #9ef0b2

#f09edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09edc Color CSS Codes

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

#f09edc Text Font Color

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

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


#f09edc Background Color

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

This div background color is #f09edc


#f09edc Border Color

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

This div border color is #f09edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09edc


Comments

No comments written yet.

Please login to write comment.