Color Hex Logo

#ffaeb9 Color Hex LightPink1

#FFAEB9
(255,174,185)
21 Favorites   0 Comments

Color spaces of #ffaeb9 LightPink1

RGB 255174185
HSL0.981.000.84
HSV352°32°100°
CMYK 0.000.320.27   0.00
XYZ65.133055.034953.0889
Yxy55.03490.37590.3176
Hunter Lab74.185526.89389.5005
CIE-Lab79.061431.06896.4845

#ffaeb9 color RGB value is (255,174,185). #ffaeb9 color name is LightPink1 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 10111001
Octal 377 256 271
Decimal 255 174 185
Hex FF AE B9

RGB Percentages of Color #ffaeb9

%41.53
%28.34
%30.13

CMYK Percentages of Color #ffaeb9

%0
%32
%27
%0

Triadic Colors of #ffaeb9

#ffaeb9 #b9ffae #aeb9ff

Analogous Colors of #ffaeb9

#ffaeb9 #ffccae #ffaee2

Monochromatic Colors of #ffaeb9

#ffaeb9

Complementary Color

#ffaeb9 #aefff4

#ffaeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaeb9 Color CSS Codes

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

#ffaeb9 Text Font Color

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

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


#ffaeb9 Background Color

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

This div background color is #ffaeb9


#ffaeb9 Border Color

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

This div border color is #ffaeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaeb9

Related Colors


Comments

No comments written yet.

Please login to write comment.