Color Hex Logo

#f0aeca Color Hex

#F0AECA
(240,174,202)
0 Favorites   0 Comments

Color spaces of #f0aeca

RGB 240174202
HSL0.930.690.81
HSV335°28°94°
CMYK 0.000.280.16   0.06
XYZ61.731953.061662.8654
Yxy53.06160.34750.2987
Hunter Lab72.843423.7958-0.1782
CIE-Lab77.911428.2155-4.6221

#f0aeca color RGB value is (240,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 11001010
Octal 360 256 312
Decimal 240 174 202
Hex F0 AE CA

RGB Percentages of Color #f0aeca

%38.96
%28.25
%32.79

CMYK Percentages of Color #f0aeca

%0
%28
%16
%6

Triadic Colors of #f0aeca

#f0aeca #caf0ae #aecaf0

Analogous Colors of #f0aeca

#f0aeca #f0b3ae #f0aeeb

Monochromatic Colors of #f0aeca

#f0aeca

Complementary Color

#f0aeca #aef0d4

#f0aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aeca Color CSS Codes

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

#f0aeca Text Font Color

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

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


#f0aeca Background Color

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

This div background color is #f0aeca


#f0aeca Border Color

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

This div border color is #f0aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aeca


Comments

No comments written yet.

Please login to write comment.