Color Hex Logo

#ffadb4 Color Hex

#FFADB4
(255,173,180)
0 Favorites   0 Comments

Color spaces of #ffadb4

RGB 255173180
HSL0.991.000.84
HSV355°32°100°
CMYK 0.000.320.29   0.00
XYZ64.421854.442450.2931
Yxy54.44240.38080.3218
Hunter Lab73.785126.724511.2366
CIE-Lab78.719030.93448.7074

#ffadb4 color RGB value is (255,173,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10110100
Octal 377 255 264
Decimal 255 173 180
Hex FF AD B4

RGB Percentages of Color #ffadb4

%41.94
%28.45
%29.61

CMYK Percentages of Color #ffadb4

%0
%32
%29
%0

Triadic Colors of #ffadb4

#ffadb4 #b4ffad #adb4ff

Analogous Colors of #ffadb4

#ffadb4 #ffcfad #ffaddd

Monochromatic Colors of #ffadb4

#ffadb4

Complementary Color

#ffadb4 #adfff8

#ffadb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadb4 Color CSS Codes

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

#ffadb4 Text Font Color

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

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


#ffadb4 Background Color

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

This div background color is #ffadb4


#ffadb4 Border Color

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

This div border color is #ffadb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadb4

Related Colors

#ffadb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.