Color Hex Logo

#ffadaf Color Hex

#FFADAF
(255,173,175)
0 Favorites   0 Comments

Color spaces of #ffadaf

RGB 255173175
HSL1.001.000.84
HSV359°32°100°
CMYK 0.000.320.31   0.00
XYZ63.921454.242347.6582
Yxy54.24230.38550.3271
Hunter Lab73.649426.036413.1882
CIE-Lab78.602830.295011.2556

#ffadaf color RGB value is (255,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10101111
Octal 377 255 257
Decimal 255 173 175
Hex FF AD AF

RGB Percentages of Color #ffadaf

%42.29
%28.69
%29.02

CMYK Percentages of Color #ffadaf

%0
%32
%31
%0

Triadic Colors of #ffadaf

#ffadaf #afffad #adafff

Analogous Colors of #ffadaf

#ffadaf #ffd4ad #ffadd8

Monochromatic Colors of #ffadaf

#ffadaf

Complementary Color

#ffadaf #adfffd

#ffadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadaf Color CSS Codes

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

#ffadaf Text Font Color

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

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


#ffadaf Background Color

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

This div background color is #ffadaf


#ffadaf Border Color

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

This div border color is #ffadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadaf


Comments

No comments written yet.

Please login to write comment.