Color Hex Logo

#ffadb8 Color Hex

#FFADB8
(255,173,184)
0 Favorites   0 Comments

Color spaces of #ffadb8

RGB 255173184
HSL0.981.000.84
HSV352°32°100°
CMYK 0.000.320.28   0.00
XYZ64.835354.607852.4706
Yxy54.60780.37710.3176
Hunter Lab73.897127.29119.6291
CIE-Lab78.814831.45906.6729

#ffadb8 color RGB value is (255,173,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10111000
Octal 377 255 270
Decimal 255 173 184
Hex FF AD B8

RGB Percentages of Color #ffadb8

%41.67
%28.27
%30.07

CMYK Percentages of Color #ffadb8

%0
%32
%28
%0

Triadic Colors of #ffadb8

#ffadb8 #b8ffad #adb8ff

Analogous Colors of #ffadb8

#ffadb8 #ffcbad #ffade1

Monochromatic Colors of #ffadb8

#ffadb8

Complementary Color

#ffadb8 #adfff4

#ffadb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadb8 Color CSS Codes

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

#ffadb8 Text Font Color

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

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


#ffadb8 Background Color

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

This div background color is #ffadb8


#ffadb8 Border Color

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

This div border color is #ffadb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadb8


Comments

No comments written yet.

Please login to write comment.