Color Hex Logo

#ffadb0 Color Hex

#FFADB0
(255,173,176)
0 Favorites   0 Comments

Color spaces of #ffadb0

RGB 255173176
HSL0.991.000.84
HSV358°32°100°
CMYK 0.000.320.31   0.00
XYZ64.020054.281748.1775
Yxy54.28170.38460.3261
Hunter Lab73.676126.172312.8030
CIE-Lab78.625730.421410.7455

#ffadb0 color RGB value is (255,173,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10110000
Octal 377 255 260
Decimal 255 173 176
Hex FF AD B0

RGB Percentages of Color #ffadb0

%42.22
%28.64
%29.14

CMYK Percentages of Color #ffadb0

%0
%32
%31
%0

Triadic Colors of #ffadb0

#ffadb0 #b0ffad #adb0ff

Analogous Colors of #ffadb0

#ffadb0 #ffd3ad #ffadd9

Monochromatic Colors of #ffadb0

#ffadb0

Complementary Color

#ffadb0 #adfffc

#ffadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadb0 Color CSS Codes

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

#ffadb0 Text Font Color

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

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


#ffadb0 Background Color

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

This div background color is #ffadb0


#ffadb0 Border Color

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

This div border color is #ffadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadb0

Related Colors


Comments

No comments written yet.

Please login to write comment.