Color Hex Logo

#fd7bae Color Hex

#FD7BAE
(253,123,174)
0 Favorites   0 Comments

Color spaces of #fd7bae

RGB 253123174
HSL0.930.970.74
HSV336°51°99°
CMYK 0.000.510.31   0.01
XYZ55.231038.104644.4883
Yxy38.10460.40070.2765
Hunter Lab61.728951.68450.4797
CIE-Lab68.097654.7491-3.4125

#fd7bae color RGB value is (253,123,174).

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

The process color (four color CMYK) of #fd7bae color hex is 0.00, 0.51, 0.31, 0.01. Web safe color of #fd7bae is #ff6699. Color #fd7bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 10101110
Octal 375 173 256
Decimal 253 123 174
Hex FD 7B AE

RGB Percentages of Color #fd7bae

%46.00
%22.36
%31.64

CMYK Percentages of Color #fd7bae

%0
%51
%31
%1

Triadic Colors of #fd7bae

#fd7bae #aefd7b #7baefd

Analogous Colors of #fd7bae

#fd7bae #fd897b #fd7bef

Monochromatic Colors of #fd7bae

#fd7bae

Complementary Color

#fd7bae #7bfdca

#fd7bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7bae Color CSS Codes

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

#fd7bae Text Font Color

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

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


#fd7bae Background Color

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

This div background color is #fd7bae


#fd7bae Border Color

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

This div border color is #fd7bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7bae


Comments

No comments written yet.

Please login to write comment.