Color Hex Logo

#ffadaa Color Hex

#FFADAA
(255,173,170)
0 Favorites   0 Comments

Color spaces of #ffadaa

RGB 255173170
HSL0.011.000.83
HSV33°100°
CMYK 0.000.320.33   0.00
XYZ63.439354.049445.1192
Yxy54.04940.39010.3324
Hunter Lab73.518325.371515.0757
CIE-Lab78.490529.674913.8080

#ffadaa color RGB value is (255,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10101010
Octal 377 255 252
Decimal 255 173 170
Hex FF AD AA

RGB Percentages of Color #ffadaa

%42.64
%28.93
%28.43

CMYK Percentages of Color #ffadaa

%0
%32
%33
%0

Triadic Colors of #ffadaa

#ffadaa #aaffad #adaaff

Analogous Colors of #ffadaa

#ffadaa #ffd8aa #ffaad2

Monochromatic Colors of #ffadaa

#ffadaa

Complementary Color

#ffadaa #aafcff

#ffadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadaa Color CSS Codes

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

#ffadaa Text Font Color

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

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


#ffadaa Background Color

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

This div background color is #ffadaa


#ffadaa Border Color

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

This div border color is #ffadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadaa


Comments

No comments written yet.

Please login to write comment.