Color Hex Logo

#f5abde Color Hex

#F5ABDE
(245,171,222)
0 Favorites   0 Comments

Color spaces of #f5abde

RGB 245171222
HSL0.890.790.82
HSV319°30°96°
CMYK 0.000.300.09   0.04
XYZ65.403953.812276.0469
Yxy53.81220.33500.2756
Hunter Lab73.356830.7737-10.1145
CIE-Lab78.352134.7364-14.7717

#f5abde color RGB value is (245,171,222).

#f5abde hex color red value is 245, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5abde hue: 0.89 , saturation: 0.79 and the lightness value of f5abde is 0.82.

The process color (four color CMYK) of #f5abde color hex is 0.00, 0.30, 0.09, 0.04. Web safe color of #f5abde is #ff99cc. Color #f5abde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101011 11011110
Octal 365 253 336
Decimal 245 171 222
Hex F5 AB DE

RGB Percentages of Color #f5abde

%38.40
%26.80
%34.80

CMYK Percentages of Color #f5abde

%0
%30
%9
%4

Triadic Colors of #f5abde

#f5abde #def5ab #abdef5

Analogous Colors of #f5abde

#f5abde #f5abb9 #e7abf5

Monochromatic Colors of #f5abde

#f5abde

Complementary Color

#f5abde #abf5c2

#f5abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5abde Color CSS Codes

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

#f5abde Text Font Color

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

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


#f5abde Background Color

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

This div background color is #f5abde


#f5abde Border Color

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

This div border color is #f5abde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,171,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5abde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5abde;
  -webkit-box-shadow: 1px 1px 3px 2px #f5abde;
  box-shadow:         1px 1px 3px 2px #f5abde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,171,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5abde


Comments

No comments written yet.

Please login to write comment.