Color Hex Logo

#f5aeda Color Hex

#F5AEDA
(245,174,218)
0 Favorites   0 Comments

Color spaces of #f5aeda

RGB 245174218
HSL0.900.780.82
HSV323°29°96°
CMYK 0.000.290.11   0.04
XYZ65.447154.746573.4474
Yxy54.74650.33800.2827
Hunter Lab73.990928.4044-7.0609
CIE-Lab78.895032.4934-11.7903

#f5aeda color RGB value is (245,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 11011010
Octal 365 256 332
Decimal 245 174 218
Hex F5 AE DA

RGB Percentages of Color #f5aeda

%38.46
%27.32
%34.22

CMYK Percentages of Color #f5aeda

%0
%29
%11
%4

Triadic Colors of #f5aeda

#f5aeda #daf5ae #aedaf5

Analogous Colors of #f5aeda

#f5aeda #f5aeb7 #edaef5

Monochromatic Colors of #f5aeda

#f5aeda

Complementary Color

#f5aeda #aef5c9

#f5aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aeda Color CSS Codes

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

#f5aeda Text Font Color

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

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


#f5aeda Background Color

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

This div background color is #f5aeda


#f5aeda Border Color

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

This div border color is #f5aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aeda


Comments

No comments written yet.

Please login to write comment.