Color Hex Logo

#f4aeda Color Hex

#F4AEDA
(244,174,218)
0 Favorites   0 Comments

Color spaces of #f4aeda

RGB 244174218
HSL0.900.760.82
HSV322°29°96°
CMYK 0.000.290.11   0.04
XYZ65.099254.567273.4311
Yxy54.56720.33710.2826
Hunter Lab73.869628.0352-7.2293
CIE-Lab78.791332.1567-11.9561

#f4aeda color RGB value is (244,174,218).

#f4aeda hex color red value is 244, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f4aeda hue: 0.90 , saturation: 0.76 and the lightness value of f4aeda is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101110 11011010
Octal 364 256 332
Decimal 244 174 218
Hex F4 AE DA

RGB Percentages of Color #f4aeda

%38.36
%27.36
%34.28

CMYK Percentages of Color #f4aeda

%0
%29
%11
%4

Triadic Colors of #f4aeda

#f4aeda #daf4ae #aedaf4

Analogous Colors of #f4aeda

#f4aeda #f4aeb7 #ebaef4

Monochromatic Colors of #f4aeda

#f4aeda

Complementary Color

#f4aeda #aef4c8

#f4aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4aeda Color CSS Codes

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

#f4aeda Text Font Color

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

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


#f4aeda Background Color

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

This div background color is #f4aeda


#f4aeda Border Color

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

This div border color is #f4aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4aeda


Comments

No comments written yet.

Please login to write comment.