Color Hex Logo

#ffadb5 Color Hex

#FFADB5
(255,173,181)
0 Favorites   0 Comments

Color spaces of #ffadb5

RGB 255173181
HSL0.981.000.84
HSV354°32°100°
CMYK 0.000.320.29   0.00
XYZ64.524154.483350.8316
Yxy54.48330.37990.3208
Hunter Lab73.812826.864910.8386
CIE-Lab78.742731.06458.1985

#ffadb5 color RGB value is (255,173,181).

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

The process color (four color CMYK) of #ffadb5 color hex is 0.00, 0.32, 0.29, 0.00. Web safe color of #ffadb5 is #ff99cc. Color #ffadb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10110101
Octal 377 255 265
Decimal 255 173 181
Hex FF AD B5

RGB Percentages of Color #ffadb5

%41.87
%28.41
%29.72

CMYK Percentages of Color #ffadb5

%0
%32
%29
%0

Triadic Colors of #ffadb5

#ffadb5 #b5ffad #adb5ff

Analogous Colors of #ffadb5

#ffadb5 #ffcead #ffadde

Monochromatic Colors of #ffadb5

#ffadb5

Complementary Color

#ffadb5 #adfff7

#ffadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadb5 Color CSS Codes

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

#ffadb5 Text Font Color

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

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


#ffadb5 Background Color

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

This div background color is #ffadb5


#ffadb5 Border Color

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

This div border color is #ffadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadb5

Related Colors


Comments

No comments written yet.

Please login to write comment.