Color Hex Logo

#f0aeec Color Hex

#F0AEEC
(240,174,236)
0 Favorites   0 Comments

Color spaces of #f0aeec

RGB 240174236
HSL0.840.690.81
HSV304°28°94°
CMYK 0.000.280.02   0.06
XYZ66.211654.853586.4549
Yxy54.85350.31910.2643
Hunter Lab74.063129.9664-17.3658
CIE-Lab78.956833.9396-21.4809

#f0aeec color RGB value is (240,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 11101100
Octal 360 256 354
Decimal 240 174 236
Hex F0 AE EC

RGB Percentages of Color #f0aeec

%36.92
%26.77
%36.31

CMYK Percentages of Color #f0aeec

%0
%28
%2
%6

Triadic Colors of #f0aeec

#f0aeec #ecf0ae #aeecf0

Analogous Colors of #f0aeec

#f0aeec #f0aecb #d3aef0

Monochromatic Colors of #f0aeec

#f0aeec

Complementary Color

#f0aeec #aef0b2

#f0aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aeec Color CSS Codes

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

#f0aeec Text Font Color

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

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


#f0aeec Background Color

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

This div background color is #f0aeec


#f0aeec Border Color

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

This div border color is #f0aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aeec


Comments

No comments written yet.

Please login to write comment.