Color Hex Logo

#f0aefe Color Hex

#F0AEFE
(240,174,254)
0 Favorites   0 Comments

Color spaces of #f0aefe

RGB 240174254
HSL0.800.980.84
HSV290°31°100°
CMYK 0.060.310.00   0.00
XYZ68.960655.9531100.9313
Yxy55.95310.30530.2478
Hunter Lab74.801833.6579-27.6397
CIE-Lab79.587137.2739-30.2024

#f0aefe color RGB value is (240,174,254).

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

The process color (four color CMYK) of #f0aefe color hex is 0.06, 0.31, 0.00, 0.00. Web safe color of #f0aefe is #ff99ff. Color #f0aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 11111110
Octal 360 256 376
Decimal 240 174 254
Hex F0 AE FE

RGB Percentages of Color #f0aefe

%35.93
%26.05
%38.02

CMYK Percentages of Color #f0aefe

%6
%31
%0
%0

Triadic Colors of #f0aefe

#f0aefe #fef0ae #aefef0

Analogous Colors of #f0aefe

#f0aefe #feaee4 #c8aefe

Monochromatic Colors of #f0aefe

#f0aefe

Complementary Color

#f0aefe #bcfeae

#f0aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aefe Color CSS Codes

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

#f0aefe Text Font Color

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

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


#f0aefe Background Color

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

This div background color is #f0aefe


#f0aefe Border Color

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

This div border color is #f0aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aefe

Related Colors


Comments

No comments written yet.

Please login to write comment.