Color Hex Logo

#f5afeb Color Hex

#F5AFEB
(245,175,235)
0 Favorites   0 Comments

Color spaces of #f5afeb

RGB 245175235
HSL0.860.780.82
HSV309°29°96°
CMYK 0.000.290.04   0.04
XYZ67.981656.070685.8369
Yxy56.07060.32390.2671
Hunter Lab74.880331.0143-15.5492
CIE-Lab79.654034.8495-19.8365

#f5afeb color RGB value is (245,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101111 11101011
Octal 365 257 353
Decimal 245 175 235
Hex F5 AF EB

RGB Percentages of Color #f5afeb

%37.40
%26.72
%35.88

CMYK Percentages of Color #f5afeb

%0
%29
%4
%4

Triadic Colors of #f5afeb

#f5afeb #ebf5af #afebf5

Analogous Colors of #f5afeb

#f5afeb #f5afc8 #dcaff5

Monochromatic Colors of #f5afeb

#f5afeb

Complementary Color

#f5afeb #aff5b9

#f5afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5afeb Color CSS Codes

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

#f5afeb Text Font Color

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

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


#f5afeb Background Color

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

This div background color is #f5afeb


#f5afeb Border Color

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

This div border color is #f5afeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,175,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 #f5afeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5afeb


Comments

No comments written yet.

Please login to write comment.