Color Hex Logo

#fdaeb4 Color Hex

#FDAEB4
(253,174,180)
0 Favorites   0 Comments

Color spaces of #fdaeb4

RGB 253174180
HSL0.990.950.84
HSV355°31°99°
CMYK 0.000.310.29   0.01
XYZ63.882354.450050.3230
Yxy54.45000.37880.3228
Hunter Lab73.790225.399611.2190
CIE-Lab78.723429.68598.6844

#fdaeb4 color RGB value is (253,174,180).

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

The process color (four color CMYK) of #fdaeb4 color hex is 0.00, 0.31, 0.29, 0.01. Web safe color of #fdaeb4 is #ff99cc. Color #fdaeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10110100
Octal 375 256 264
Decimal 253 174 180
Hex FD AE B4

RGB Percentages of Color #fdaeb4

%41.68
%28.67
%29.65

CMYK Percentages of Color #fdaeb4

%0
%31
%29
%1

Triadic Colors of #fdaeb4

#fdaeb4 #b4fdae #aeb4fd

Analogous Colors of #fdaeb4

#fdaeb4 #fdd0ae #fdaedc

Monochromatic Colors of #fdaeb4

#fdaeb4

Complementary Color

#fdaeb4 #aefdf7

#fdaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaeb4 Color CSS Codes

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

#fdaeb4 Text Font Color

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

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


#fdaeb4 Background Color

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

This div background color is #fdaeb4


#fdaeb4 Border Color

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

This div border color is #fdaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaeb4


Comments

No comments written yet.

Please login to write comment.