Color Hex Logo

#f09aec Color Hex

#F09AEC
(240,154,236)
1 Favorites   0 Comments

Color spaces of #f09aec

RGB 240154236
HSL0.840.740.77
HSV303°36°94°
CMYK 0.000.360.02   0.06
XYZ62.631147.692685.2615
Yxy47.69260.32020.2438
Hunter Lab69.059841.0289-24.8578
CIE-Lab74.630644.4489-28.0837

#f09aec color RGB value is (240,154,236).

#f09aec hex color red value is 240, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f09aec hue: 0.84 , saturation: 0.74 and the lightness value of f09aec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 11101100
Octal 360 232 354
Decimal 240 154 236
Hex F0 9A EC

RGB Percentages of Color #f09aec

%38.10
%24.44
%37.46

CMYK Percentages of Color #f09aec

%0
%36
%2
%6

Triadic Colors of #f09aec

#f09aec #ecf09a #9aecf0

Analogous Colors of #f09aec

#f09aec #f09ac1 #c99af0

Monochromatic Colors of #f09aec

#f09aec

Complementary Color

#f09aec #9af09e

#f09aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09aec Color CSS Codes

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

#f09aec Text Font Color

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

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


#f09aec Background Color

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

This div background color is #f09aec


#f09aec Border Color

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

This div border color is #f09aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09aec

#f09aec Color Palettes


Comments

No comments written yet.

Please login to write comment.