Color Hex Logo

#f0aedf Color Hex

#F0AEDF
(240,174,223)
0 Favorites   0 Comments

Color spaces of #f0aedf

RGB 240174223
HSL0.880.690.81
HSV315°28°94°
CMYK 0.000.280.07   0.06
XYZ64.390554.125176.8655
Yxy54.12510.32960.2770
Hunter Lab73.569827.4816-10.4472
CIE-Lab78.534631.6579-15.0914

#f0aedf color RGB value is (240,174,223).

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

The process color (four color CMYK) of #f0aedf color hex is 0.00, 0.28, 0.07, 0.06. Web safe color of #f0aedf is #ff99cc. Color #f0aedf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 11011111
Octal 360 256 337
Decimal 240 174 223
Hex F0 AE DF

RGB Percentages of Color #f0aedf

%37.68
%27.32
%35.01

CMYK Percentages of Color #f0aedf

%0
%28
%7
%6

Triadic Colors of #f0aedf

#f0aedf #dff0ae #aedff0

Analogous Colors of #f0aedf

#f0aedf #f0aebe #e0aef0

Monochromatic Colors of #f0aedf

#f0aedf

Complementary Color

#f0aedf #aef0bf

#f0aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aedf Color CSS Codes

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

#f0aedf Text Font Color

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

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


#f0aedf Background Color

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

This div background color is #f0aedf


#f0aedf Border Color

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

This div border color is #f0aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aedf


Comments

No comments written yet.

Please login to write comment.