Color Hex Logo

#ff8aae Color Hex

#FF8AAE
(255,138,174)
0 Favorites   0 Comments

Color spaces of #ff8aae

RGB 255138174
HSL0.951.000.77
HSV342°46°100°
CMYK 0.000.460.32   0.00
XYZ57.968542.493045.1911
Yxy42.49300.39800.2917
Hunter Lab65.186744.65794.5275
CIE-Lab71.209548.11851.1754

#ff8aae color RGB value is (255,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001010 10101110
Octal 377 212 256
Decimal 255 138 174
Hex FF 8A AE

RGB Percentages of Color #ff8aae

%44.97
%24.34
%30.69

CMYK Percentages of Color #ff8aae

%0
%46
%32
%0

Triadic Colors of #ff8aae

#ff8aae #aeff8a #8aaeff

Analogous Colors of #ff8aae

#ff8aae #ffa18a #ff8ae9

Monochromatic Colors of #ff8aae

#ff8aae

Complementary Color

#ff8aae #8affdb

#ff8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8aae Color CSS Codes

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

#ff8aae Text Font Color

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

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


#ff8aae Background Color

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

This div background color is #ff8aae


#ff8aae Border Color

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

This div border color is #ff8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8aae


Comments

No comments written yet.

Please login to write comment.