Color Hex Logo

#f0aeee Color Hex

#F0AEEE
(240,174,238)
0 Favorites   0 Comments

Color spaces of #f0aeee

RGB 240174238
HSL0.840.690.81
HSV302°28°94°
CMYK 0.000.280.01   0.06
XYZ66.503854.970487.9941
Yxy54.97040.31750.2624
Hunter Lab74.142030.3621-18.4678
CIE-Lab79.024234.3001-22.4573

#f0aeee color RGB value is (240,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 11101110
Octal 360 256 356
Decimal 240 174 238
Hex F0 AE EE

RGB Percentages of Color #f0aeee

%36.81
%26.69
%36.50

CMYK Percentages of Color #f0aeee

%0
%28
%1
%6

Triadic Colors of #f0aeee

#f0aeee #eef0ae #aeeef0

Analogous Colors of #f0aeee

#f0aeee #f0aecd #d1aef0

Monochromatic Colors of #f0aeee

#f0aeee

Complementary Color

#f0aeee #aef0b0

#f0aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aeee Color CSS Codes

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

#f0aeee Text Font Color

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

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


#f0aeee Background Color

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

This div background color is #f0aeee


#f0aeee Border Color

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

This div border color is #f0aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aeee


Comments

No comments written yet.

Please login to write comment.