Color Hex Logo

#f4aeba Color Hex

#F4AEBA
(244,174,186)
0 Favorites   0 Comments

Color spaces of #f4aeba

RGB 244174186
HSL0.970.760.82
HSV350°29°96°
CMYK 0.000.290.24   0.04
XYZ61.307253.050453.4629
Yxy53.05040.36530.3161
Hunter Lab72.835722.78447.4649
CIE-Lab77.904727.24874.1215

#f4aeba color RGB value is (244,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101110 10111010
Octal 364 256 272
Decimal 244 174 186
Hex F4 AE BA

RGB Percentages of Color #f4aeba

%40.40
%28.81
%30.79

CMYK Percentages of Color #f4aeba

%0
%29
%24
%4

Triadic Colors of #f4aeba

#f4aeba #baf4ae #aebaf4

Analogous Colors of #f4aeba

#f4aeba #f4c5ae #f4aedd

Monochromatic Colors of #f4aeba

#f4aeba

Complementary Color

#f4aeba #aef4e8

#f4aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4aeba Color CSS Codes

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

#f4aeba Text Font Color

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

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


#f4aeba Background Color

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

This div background color is #f4aeba


#f4aeba Border Color

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

This div border color is #f4aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4aeba


Comments

No comments written yet.

Please login to write comment.