Color Hex Logo

#f5aeba Color Hex

#F5AEBA
(245,174,186)
0 Favorites   0 Comments

Color spaces of #f5aeba

RGB 245174186
HSL0.970.780.82
HSV350°29°96°
CMYK 0.000.290.24   0.04
XYZ61.655253.229853.4792
Yxy53.22980.36620.3162
Hunter Lab72.958823.16707.6112
CIE-Lab78.010527.60884.2878

#f5aeba color RGB value is (245,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 10111010
Octal 365 256 272
Decimal 245 174 186
Hex F5 AE BA

RGB Percentages of Color #f5aeba

%40.50
%28.76
%30.74

CMYK Percentages of Color #f5aeba

%0
%29
%24
%4

Triadic Colors of #f5aeba

#f5aeba #baf5ae #aebaf5

Analogous Colors of #f5aeba

#f5aeba #f5c6ae #f5aede

Monochromatic Colors of #f5aeba

#f5aeba

Complementary Color

#f5aeba #aef5e9

#f5aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aeba Color CSS Codes

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

#f5aeba Text Font Color

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

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


#f5aeba Background Color

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

This div background color is #f5aeba


#f5aeba Border Color

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

This div border color is #f5aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aeba


Comments

No comments written yet.

Please login to write comment.