Color Hex Logo

#ff9ae4 Color Hex

#FF9AE4
(255,154,228)
0 Favorites   0 Comments

Color spaces of #ff9ae4

RGB 255154228
HSL0.881.000.80
HSV316°40°100°
CMYK 0.000.400.11   0.00
XYZ66.799249.972679.5238
Yxy49.97260.34030.2546
Hunter Lab70.691344.9624-17.2141
CIE-Lab76.052447.7658-21.4008

#ff9ae4 color RGB value is (255,154,228).

#ff9ae4 hex color red value is 255, green value is 154 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #ff9ae4 hue: 0.88 , saturation: 1.00 and the lightness value of ff9ae4 is 0.80.

The process color (four color CMYK) of #ff9ae4 color hex is 0.00, 0.40, 0.11, 0.00. Web safe color of #ff9ae4 is #ff99cc. Color #ff9ae4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011010 11100100
Octal 377 232 344
Decimal 255 154 228
Hex FF 9A E4

RGB Percentages of Color #ff9ae4

%40.03
%24.18
%35.79

CMYK Percentages of Color #ff9ae4

%0
%40
%11
%0

Triadic Colors of #ff9ae4

#ff9ae4 #e4ff9a #9ae4ff

Analogous Colors of #ff9ae4

#ff9ae4 #ff9ab2 #e89aff

Monochromatic Colors of #ff9ae4

#ff9ae4

Complementary Color

#ff9ae4 #9affb5

#ff9ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9ae4 Color CSS Codes

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

#ff9ae4 Text Font Color

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

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


#ff9ae4 Background Color

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

This div background color is #ff9ae4


#ff9ae4 Border Color

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

This div border color is #ff9ae4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,154,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9ae4


Comments

No comments written yet.

Please login to write comment.