Color Hex Logo

#f09ded Color Hex

#F09DED
(240,157,237)
0 Favorites   0 Comments

Color spaces of #f09ded

RGB 240157237
HSL0.840.730.78
HSV302°35°94°
CMYK 0.000.350.01   0.06
XYZ63.278248.753686.1960
Yxy48.75360.31920.2459
Hunter Lab69.823839.5750-24.3156
CIE-Lab75.297843.0665-27.6045

#f09ded color RGB value is (240,157,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 11101101
Octal 360 235 355
Decimal 240 157 237
Hex F0 9D ED

RGB Percentages of Color #f09ded

%37.85
%24.76
%37.38

CMYK Percentages of Color #f09ded

%0
%35
%1
%6

Triadic Colors of #f09ded

#f09ded #edf09d #9dedf0

Analogous Colors of #f09ded

#f09ded #f09dc4 #ca9df0

Monochromatic Colors of #f09ded

#f09ded

Complementary Color

#f09ded #9df0a0

#f09ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09ded Color CSS Codes

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

#f09ded Text Font Color

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

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


#f09ded Background Color

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

This div background color is #f09ded


#f09ded Border Color

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

This div border color is #f09ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09ded

#f09ded Color Palettes


Comments

No comments written yet.

Please login to write comment.