Color Hex Logo

#ffadbe Color Hex

#FFADBE
(255,173,190)
1 Favorites   0 Comments

Color spaces of #ffadbe

RGB 255173190
HSL0.971.000.84
HSV348°32°100°
CMYK 0.000.320.25   0.00
XYZ65.477854.864855.8541
Yxy54.86480.37160.3114
Hunter Lab74.070828.16837.1411
CIE-Lab78.963332.26803.6285

#ffadbe color RGB value is (255,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 10111110
Octal 377 255 276
Decimal 255 173 190
Hex FF AD BE

RGB Percentages of Color #ffadbe

%41.26
%27.99
%30.74

CMYK Percentages of Color #ffadbe

%0
%32
%25
%0

Triadic Colors of #ffadbe

#ffadbe #beffad #adbeff

Analogous Colors of #ffadbe

#ffadbe #ffc5ad #ffade7

Monochromatic Colors of #ffadbe

#ffadbe

Complementary Color

#ffadbe #adffee

#ffadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadbe Color CSS Codes

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

#ffadbe Text Font Color

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

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


#ffadbe Background Color

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

This div background color is #ffadbe


#ffadbe Border Color

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

This div border color is #ffadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadbe

Related Colors

#ffadbe Color Palettes


Comments

No comments written yet.

Please login to write comment.