Color Hex Logo

#f3aeae Color Hex

#F3AEAE
(243,174,174)
0 Favorites   0 Comments

Color spaces of #f3aeae

RGB 243174174
HSL0.000.740.82
HSV28°95°
CMYK 0.000.280.28   0.05
XYZ59.738252.382847.0067
Yxy52.38280.37540.3292
Hunter Lab72.376020.673712.1555
CIE-Lab77.509225.236510.0651

#f3aeae color RGB value is (243,174,174).

#f3aeae hex color red value is 243, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f3aeae hue: 0.00 , saturation: 0.74 and the lightness value of f3aeae is 0.82.

The process color (four color CMYK) of #f3aeae color hex is 0.00, 0.28, 0.28, 0.05. Web safe color of #f3aeae is #ff9999. Color #f3aeae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10101110 10101110
Octal 363 256 256
Decimal 243 174 174
Hex F3 AE AE

RGB Percentages of Color #f3aeae

%41.12
%29.44
%29.44

CMYK Percentages of Color #f3aeae

%0
%28
%28
%5

Triadic Colors of #f3aeae

#f3aeae #aef3ae #aeaef3

Analogous Colors of #f3aeae

#f3aeae #f3d1ae #f3aed1

Monochromatic Colors of #f3aeae

#f3aeae

Complementary Color

#f3aeae #aef3f3

#f3aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3aeae Color CSS Codes

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

#f3aeae Text Font Color

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

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


#f3aeae Background Color

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

This div background color is #f3aeae


#f3aeae Border Color

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

This div border color is #f3aeae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,174,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 #f3aeae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3aeae

#f3aeae Color Palettes


Comments

No comments written yet.

Please login to write comment.