Color Hex Logo

#f49eba Color Hex

#F49EBA
(244,158,186)
0 Favorites   0 Comments

Color spaces of #f49eba

RGB 244158186
HSL0.950.800.79
HSV340°35°96°
CMYK 0.000.350.24   0.04
XYZ58.398047.232052.4931
Yxy47.23200.36930.2987
Hunter Lab68.725531.40672.8217
CIE-Lab74.337935.6786-1.0683

#f49eba color RGB value is (244,158,186).

#f49eba hex color red value is 244, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f49eba hue: 0.95 , saturation: 0.80 and the lightness value of f49eba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011110 10111010
Octal 364 236 272
Decimal 244 158 186
Hex F4 9E BA

RGB Percentages of Color #f49eba

%41.50
%26.87
%31.63

CMYK Percentages of Color #f49eba

%0
%35
%24
%4

Triadic Colors of #f49eba

#f49eba #baf49e #9ebaf4

Analogous Colors of #f49eba

#f49eba #f4ad9e #f49ee5

Monochromatic Colors of #f49eba

#f49eba

Complementary Color

#f49eba #9ef4d8

#f49eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49eba Color CSS Codes

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

#f49eba Text Font Color

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

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


#f49eba Background Color

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

This div background color is #f49eba


#f49eba Border Color

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

This div border color is #f49eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49eba


Comments

No comments written yet.

Please login to write comment.