Color Hex Logo

#f00cae Color Hex

#F00CAE
(240,12,174)
0 Favorites   0 Comments

Color spaces of #f00cae

RGB 24012174
HSL0.880.900.49
HSV317°95°94°
CMYK 0.000.950.28   0.06
XYZ43.706621.844241.9572
Yxy21.84420.40650.2032
Hunter Lab46.737885.1323-20.5091
CIE-Lab53.861384.8016-25.0883

#f00cae color RGB value is (240,12,174).

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

The process color (four color CMYK) of #f00cae color hex is 0.00, 0.95, 0.28, 0.06. Web safe color of #f00cae is #ff0099. Color #f00cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001100 10101110
Octal 360 14 256
Decimal 240 12 174
Hex F0 C AE

RGB Percentages of Color #f00cae

%56.34
%2.82
%40.85

CMYK Percentages of Color #f00cae

%0
%95
%28
%6

Triadic Colors of #f00cae

#f00cae #aef00c #0caef0

Analogous Colors of #f00cae

#f00cae #f00c3c #c00cf0

Monochromatic Colors of #f00cae

#f00cae

Complementary Color

#f00cae #0cf04e

#f00cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00cae Color CSS Codes

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

#f00cae Text Font Color

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

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


#f00cae Background Color

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

This div background color is #f00cae


#f00cae Border Color

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

This div border color is #f00cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00cae


Comments

No comments written yet.

Please login to write comment.