Color Hex Logo

#f5aebc Color Hex

#F5AEBC
(245,174,188)
0 Favorites   0 Comments

Color spaces of #f5aebc

RGB 245174188
HSL0.970.780.82
HSV348°29°96°
CMYK 0.000.290.23   0.04
XYZ61.869353.315454.6070
Yxy53.31540.36440.3140
Hunter Lab73.017423.46676.7714
CIE-Lab78.060827.89223.2731

#f5aebc color RGB value is (245,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 10111100
Octal 365 256 274
Decimal 245 174 188
Hex F5 AE BC

RGB Percentages of Color #f5aebc

%40.36
%28.67
%30.97

CMYK Percentages of Color #f5aebc

%0
%29
%23
%4

Triadic Colors of #f5aebc

#f5aebc #bcf5ae #aebcf5

Analogous Colors of #f5aebc

#f5aebc #f5c4ae #f5aee0

Monochromatic Colors of #f5aebc

#f5aebc

Complementary Color

#f5aebc #aef5e7

#f5aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aebc Color CSS Codes

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

#f5aebc Text Font Color

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

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


#f5aebc Background Color

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

This div background color is #f5aebc


#f5aebc Border Color

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

This div border color is #f5aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aebc


Comments

No comments written yet.

Please login to write comment.