Color Hex Logo

#f0aeea Color Hex

#F0AEEA
(240,174,234)
0 Favorites   0 Comments

Color spaces of #f0aeea

RGB 240174234
HSL0.850.690.81
HSV305°28°94°
CMYK 0.000.280.03   0.06
XYZ65.922554.737984.9329
Yxy54.73790.32060.2662
Hunter Lab73.985129.5740-16.2738
CIE-Lab78.890133.5813-20.5027

#f0aeea color RGB value is (240,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 11101010
Octal 360 256 352
Decimal 240 174 234
Hex F0 AE EA

RGB Percentages of Color #f0aeea

%37.04
%26.85
%36.11

CMYK Percentages of Color #f0aeea

%0
%28
%3
%6

Triadic Colors of #f0aeea

#f0aeea #eaf0ae #aeeaf0

Analogous Colors of #f0aeea

#f0aeea #f0aec9 #d5aef0

Monochromatic Colors of #f0aeea

#f0aeea

Complementary Color

#f0aeea #aef0b4

#f0aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aeea Color CSS Codes

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

#f0aeea Text Font Color

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

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


#f0aeea Background Color

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

This div background color is #f0aeea


#f0aeea Border Color

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

This div border color is #f0aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aeea


Comments

No comments written yet.

Please login to write comment.