Color Hex Logo

#fd7eac Color Hex

#FD7EAC
(253,126,172)
0 Favorites   0 Comments

Color spaces of #fd7eac

RGB 253126172
HSL0.940.970.74
HSV338°50°99°
CMYK 0.000.500.32   0.01
XYZ55.415338.782943.5949
Yxy38.78290.40220.2815
Hunter Lab62.275949.85272.0885
CIE-Lab68.593753.0745-1.5570

#fd7eac color RGB value is (253,126,172).

#fd7eac hex color red value is 253, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fd7eac hue: 0.94 , saturation: 0.97 and the lightness value of fd7eac is 0.74.

The process color (four color CMYK) of #fd7eac color hex is 0.00, 0.50, 0.32, 0.01. Web safe color of #fd7eac is #ff6699. Color #fd7eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111110 10101100
Octal 375 176 254
Decimal 253 126 172
Hex FD 7E AC

RGB Percentages of Color #fd7eac

%45.92
%22.87
%31.22

CMYK Percentages of Color #fd7eac

%0
%50
%32
%1

Triadic Colors of #fd7eac

#fd7eac #acfd7e #7eacfd

Analogous Colors of #fd7eac

#fd7eac #fd907e #fd7eec

Monochromatic Colors of #fd7eac

#fd7eac

Complementary Color

#fd7eac #7efdcf

#fd7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7eac Color CSS Codes

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

#fd7eac Text Font Color

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

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


#fd7eac Background Color

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

This div background color is #fd7eac


#fd7eac Border Color

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

This div border color is #fd7eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,126,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd7eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd7eac;
  -webkit-box-shadow: 1px 1px 3px 2px #fd7eac;
  box-shadow:         1px 1px 3px 2px #fd7eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,126,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7eac

Related Colors


Comments

No comments written yet.

Please login to write comment.