Color Hex Logo

#ffadb1 Color Hex

#FFADB1
(255,173,177)
0 Favorites   0 Comments

Color spaces of #ffadb1

RGB 255173177
HSL0.991.000.84
HSV357°32°100°
CMYK 0.000.320.31   0.00
XYZ64.119454.321548.7006
Yxy54.32150.38360.3250
Hunter Lab73.703126.308912.4153
CIE-Lab78.648830.548510.2358

#ffadb1 color RGB value is (255,173,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10110001
Octal 377 255 261
Decimal 255 173 177
Hex FF AD B1

RGB Percentages of Color #ffadb1

%42.15
%28.60
%29.26

CMYK Percentages of Color #ffadb1

%0
%32
%31
%0

Triadic Colors of #ffadb1

#ffadb1 #b1ffad #adb1ff

Analogous Colors of #ffadb1

#ffadb1 #ffd2ad #ffadda

Monochromatic Colors of #ffadb1

#ffadb1

Complementary Color

#ffadb1 #adfffb

#ffadb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadb1 Color CSS Codes

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

#ffadb1 Text Font Color

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

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


#ffadb1 Background Color

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

This div background color is #ffadb1


#ffadb1 Border Color

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

This div border color is #ffadb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadb1

Related Colors

#ffadb1 Color Palettes


Comments

No comments written yet.

Please login to write comment.