Color Hex Logo

#ffaa98 Color Hex

#FFAA98
(255,170,152)
0 Favorites   0 Comments

Color spaces of #ffaa98

RGB 255170152
HSL0.031.000.80
HSV10°40°100°
CMYK 0.000.330.40   0.00
XYZ61.282252.276436.5662
Yxy52.27640.40820.3482
Hunter Lab72.302424.764120.6264
CIE-Lab77.445829.168122.0958

#ffaa98 color RGB value is (255,170,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101010 10011000
Octal 377 252 230
Decimal 255 170 152
Hex FF AA 98

RGB Percentages of Color #ffaa98

%44.19
%29.46
%26.34

CMYK Percentages of Color #ffaa98

%0
%33
%40
%0

Triadic Colors of #ffaa98

#ffaa98 #98ffaa #aa98ff

Analogous Colors of #ffaa98

#ffaa98 #ffde98 #ff98ba

Monochromatic Colors of #ffaa98

#ffaa98

Complementary Color

#ffaa98 #98edff

#ffaa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaa98 Color CSS Codes

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

#ffaa98 Text Font Color

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

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


#ffaa98 Background Color

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

This div background color is #ffaa98


#ffaa98 Border Color

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

This div border color is #ffaa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaa98

Related Colors


Comments

No comments written yet.

Please login to write comment.