Color Hex Logo

#f4babe Color Hex

#F4BABE
(244,186,190)
0 Favorites   0 Comments

Color spaces of #f4babe

RGB 244186190
HSL0.990.730.84
HSV356°24°96°
CMYK 0.000.240.22   0.04
XYZ64.161458.068656.5419
Yxy58.06860.35890.3248
Hunter Lab76.202816.93919.3492
CIE-Lab80.776921.47146.1009

#f4babe color RGB value is (244,186,190).

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

The process color (four color CMYK) of #f4babe color hex is 0.00, 0.24, 0.22, 0.04. Web safe color of #f4babe is #ffcccc. Color #f4babe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111010 10111110
Octal 364 272 276
Decimal 244 186 190
Hex F4 BA BE

RGB Percentages of Color #f4babe

%39.35
%30.00
%30.65

CMYK Percentages of Color #f4babe

%0
%24
%22
%4

Triadic Colors of #f4babe

#f4babe #bef4ba #babef4

Analogous Colors of #f4babe

#f4babe #f4d3ba #f4badb

Monochromatic Colors of #f4babe

#f4babe

Complementary Color

#f4babe #baf4f0

#f4babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4babe Color CSS Codes

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

#f4babe Text Font Color

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

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


#f4babe Background Color

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

This div background color is #f4babe


#f4babe Border Color

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

This div border color is #f4babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4babe


Comments

No comments written yet.

Please login to write comment.