Color Hex Logo

#f5aecb Color Hex

#F5AECB
(245,174,203)
0 Favorites   0 Comments

Color spaces of #f5aecb

RGB 245174203
HSL0.930.780.82
HSV335°29°96°
CMYK 0.000.290.17   0.04
XYZ63.571753.996463.5717
Yxy53.99640.35100.2981
Hunter Lab73.482225.83180.1440
CIE-Lab78.459630.1118-4.2981

#f5aecb color RGB value is (245,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101110 11001011
Octal 365 256 313
Decimal 245 174 203
Hex F5 AE CB

RGB Percentages of Color #f5aecb

%39.39
%27.97
%32.64

CMYK Percentages of Color #f5aecb

%0
%29
%17
%4

Triadic Colors of #f5aecb

#f5aecb #cbf5ae #aecbf5

Analogous Colors of #f5aecb

#f5aecb #f5b5ae #f5aeef

Monochromatic Colors of #f5aecb

#f5aecb

Complementary Color

#f5aecb #aef5d8

#f5aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aecb Color CSS Codes

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

#f5aecb Text Font Color

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

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


#f5aecb Background Color

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

This div background color is #f5aecb


#f5aecb Border Color

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

This div border color is #f5aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aecb

Related Colors


Comments

No comments written yet.

Please login to write comment.