Color Hex Logo

#ffaeae Color Hex

#FFAEAE
(255,174,174)
6 Favorites   0 Comments

Color spaces of #ffaeae

RGB 255174174
HSL0.001.000.84
HSV32°100°
CMYK 0.000.320.32   0.00
XYZ64.016054.588147.2069
Yxy54.58810.38610.3292
Hunter Lab73.883825.363313.8362
CIE-Lab78.803429.646312.0823

#ffaeae color RGB value is (255,174,174).

#ffaeae hex color red value is 255, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ffaeae hue: 0.00 , saturation: 1.00 and the lightness value of ffaeae is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10101110
Octal 377 256 256
Decimal 255 174 174
Hex FF AE AE

RGB Percentages of Color #ffaeae

%42.29
%28.86
%28.86

CMYK Percentages of Color #ffaeae

%0
%32
%32
%0

Triadic Colors of #ffaeae

#ffaeae #aeffae #aeaeff

Analogous Colors of #ffaeae

#ffaeae #ffd7ae #ffaed7

Monochromatic Colors of #ffaeae

#ffaeae

Complementary Color

#ffaeae #aeffff

#ffaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeae Color CSS Codes

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

#ffaeae Text Font Color

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

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


#ffaeae Background Color

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

This div background color is #ffaeae


#ffaeae Border Color

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

This div border color is #ffaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeae


Comments

No comments written yet.

Please login to write comment.