Color Hex Logo

#fdb7ae Color Hex

#FDB7AE
(253,183,174)
0 Favorites   0 Comments

Color spaces of #fdb7ae

RGB 253183174
HSL0.020.950.84
HSV31°99°
CMYK 0.000.280.31   0.01
XYZ65.081557.805647.7718
Yxy57.80560.38140.3387
Hunter Lab76.030019.743115.9674
CIE-Lab80.630624.188814.6312

#fdb7ae color RGB value is (253,183,174).

#fdb7ae hex color red value is 253, green value is 183 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fdb7ae hue: 0.02 , saturation: 0.95 and the lightness value of fdb7ae is 0.84.

The process color (four color CMYK) of #fdb7ae color hex is 0.00, 0.28, 0.31, 0.01. Web safe color of #fdb7ae is #ffcc99. Color #fdb7ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 10101110
Octal 375 267 256
Decimal 253 183 174
Hex FD B7 AE

RGB Percentages of Color #fdb7ae

%41.48
%30.00
%28.52

CMYK Percentages of Color #fdb7ae

%0
%28
%31
%1

Triadic Colors of #fdb7ae

#fdb7ae #aefdb7 #b7aefd

Analogous Colors of #fdb7ae

#fdb7ae #fddfae #fdaecd

Monochromatic Colors of #fdb7ae

#fdb7ae

Complementary Color

#fdb7ae #aef4fd

#fdb7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb7ae Color CSS Codes

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

#fdb7ae Text Font Color

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

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


#fdb7ae Background Color

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

This div background color is #fdb7ae


#fdb7ae Border Color

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

This div border color is #fdb7ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,183,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 #fdb7ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb7ae


Comments

No comments written yet.

Please login to write comment.