Color Hex Logo

#f4baee Color Hex

#F4BAEE
(244,186,238)
0 Favorites   0 Comments

Color spaces of #f4baee

RGB 244186238
HSL0.850.730.84
HSV306°24°96°
CMYK 0.000.240.02   0.04
XYZ70.299760.524088.8660
Yxy60.52400.32000.2755
Hunter Lab77.797225.1525-13.2676
CIE-Lab82.122229.2364-17.7292

#f4baee color RGB value is (244,186,238).

#f4baee hex color red value is 244, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f4baee hue: 0.85 , saturation: 0.73 and the lightness value of f4baee is 0.84.

The process color (four color CMYK) of #f4baee color hex is 0.00, 0.24, 0.02, 0.04. Web safe color of #f4baee is #ffccff. Color #f4baee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111010 11101110
Octal 364 272 356
Decimal 244 186 238
Hex F4 BA EE

RGB Percentages of Color #f4baee

%36.53
%27.84
%35.63

CMYK Percentages of Color #f4baee

%0
%24
%2
%4

Triadic Colors of #f4baee

#f4baee #eef4ba #baeef4

Analogous Colors of #f4baee

#f4baee #f4bad1 #ddbaf4

Monochromatic Colors of #f4baee

#f4baee

Complementary Color

#f4baee #baf4c0

#f4baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4baee Color CSS Codes

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

#f4baee Text Font Color

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

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


#f4baee Background Color

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

This div background color is #f4baee


#f4baee Border Color

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

This div border color is #f4baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4baee


Comments

No comments written yet.

Please login to write comment.