Color Hex Logo

#f5abeb Color Hex

#F5ABEB
(245,171,235)
0 Favorites   0 Comments

Color spaces of #f5abeb

RGB 245171235
HSL0.860.790.82
HSV308°30°96°
CMYK 0.000.300.04   0.04
XYZ67.214554.536585.5813
Yxy54.53650.32420.2630
Hunter Lab73.848833.2287-17.0153
CIE-Lab78.773536.9563-21.1710

#f5abeb color RGB value is (245,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101011 11101011
Octal 365 253 353
Decimal 245 171 235
Hex F5 AB EB

RGB Percentages of Color #f5abeb

%37.63
%26.27
%36.10

CMYK Percentages of Color #f5abeb

%0
%30
%4
%4

Triadic Colors of #f5abeb

#f5abeb #ebf5ab #abebf5

Analogous Colors of #f5abeb

#f5abeb #f5abc6 #daabf5

Monochromatic Colors of #f5abeb

#f5abeb

Complementary Color

#f5abeb #abf5b5

#f5abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5abeb Color CSS Codes

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

#f5abeb Text Font Color

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

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


#f5abeb Background Color

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

This div background color is #f5abeb


#f5abeb Border Color

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

This div border color is #f5abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5abeb


Comments

No comments written yet.

Please login to write comment.