Color Hex Logo

#f5aeed Color Hex

#F5AEED
(245,174,237)
0 Favorites   0 Comments

Color spaces of #f5aeed

RGB 245174237
HSL0.850.780.82
HSV307°29°96°
CMYK 0.000.290.03   0.04
XYZ68.078355.799087.3029
Yxy55.79900.32240.2642
Hunter Lab74.698731.9571-17.0051
CIE-Lab79.499335.7282-21.1491

#f5aeed color RGB value is (245,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 11101101
Octal 365 256 355
Decimal 245 174 237
Hex F5 AE ED

RGB Percentages of Color #f5aeed

%37.35
%26.52
%36.13

CMYK Percentages of Color #f5aeed

%0
%29
%3
%4

Triadic Colors of #f5aeed

#f5aeed #edf5ae #aeedf5

Analogous Colors of #f5aeed

#f5aeed #f5aeca #daaef5

Monochromatic Colors of #f5aeed

#f5aeed

Complementary Color

#f5aeed #aef5b6

#f5aeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aeed Color CSS Codes

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

#f5aeed Text Font Color

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

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


#f5aeed Background Color

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

This div background color is #f5aeed


#f5aeed Border Color

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

This div border color is #f5aeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aeed


Comments

No comments written yet.

Please login to write comment.