Color Hex Logo

#ffadbd Color Hex

#FFADBD
(255,173,189)
1 Favorites   0 Comments

Color spaces of #ffadbd

RGB 255173189
HSL0.971.000.84
HSV348°32°100°
CMYK 0.000.320.26   0.00
XYZ65.368954.821355.2804
Yxy54.82130.37250.3124
Hunter Lab74.041428.01977.5622
CIE-Lab78.938232.13134.1353

#ffadbd color RGB value is (255,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10111101
Octal 377 255 275
Decimal 255 173 189
Hex FF AD BD

RGB Percentages of Color #ffadbd

%41.33
%28.04
%30.63

CMYK Percentages of Color #ffadbd

%0
%32
%26
%0

Triadic Colors of #ffadbd

#ffadbd #bdffad #adbdff

Analogous Colors of #ffadbd

#ffadbd #ffc6ad #ffade6

Monochromatic Colors of #ffadbd

#ffadbd

Complementary Color

#ffadbd #adffef

#ffadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadbd Color CSS Codes

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

#ffadbd Text Font Color

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

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


#ffadbd Background Color

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

This div background color is #ffadbd


#ffadbd Border Color

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

This div border color is #ffadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadbd


Comments

No comments written yet.

Please login to write comment.