Color Hex Logo

#f4badb Color Hex

#F4BADB
(244,186,219)
0 Favorites   0 Comments

Color spaces of #f4badb

RGB 244186219
HSL0.910.730.84
HSV326°24°96°
CMYK 0.000.240.10   0.04
XYZ67.653359.465474.9301
Yxy59.46540.33480.2943
Hunter Lab77.113821.6520-3.6314
CIE-Lab81.546725.9701-8.3908

#f4badb color RGB value is (244,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111010 11011011
Octal 364 272 333
Decimal 244 186 219
Hex F4 BA DB

RGB Percentages of Color #f4badb

%37.60
%28.66
%33.74

CMYK Percentages of Color #f4badb

%0
%24
%10
%4

Triadic Colors of #f4badb

#f4badb #dbf4ba #badbf4

Analogous Colors of #f4badb

#f4badb #f4babe #f0baf4

Monochromatic Colors of #f4badb

#f4badb

Complementary Color

#f4badb #baf4d3

#f4badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4badb Color CSS Codes

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

#f4badb Text Font Color

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

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


#f4badb Background Color

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

This div background color is #f4badb


#f4badb Border Color

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

This div border color is #f4badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4badb


Comments

No comments written yet.

Please login to write comment.