Color Hex Logo

#f2baea Color Hex

#F2BAEA
(242,186,234)
0 Favorites   0 Comments

Color spaces of #f2baea

RGB 242186234
HSL0.860.680.84
HSV309°23°95°
CMYK 0.000.230.03   0.05
XYZ69.028159.935685.7724
Yxy59.93560.32150.2791
Hunter Lab77.418123.6739-11.4954
CIE-Lab81.803227.8685-16.0847

#f2baea color RGB value is (242,186,234).

#f2baea hex color red value is 242, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f2baea hue: 0.86 , saturation: 0.68 and the lightness value of f2baea is 0.84.

The process color (four color CMYK) of #f2baea color hex is 0.00, 0.23, 0.03, 0.05. Web safe color of #f2baea is #ffccff. Color #f2baea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111010 11101010
Octal 362 272 352
Decimal 242 186 234
Hex F2 BA EA

RGB Percentages of Color #f2baea

%36.56
%28.10
%35.35

CMYK Percentages of Color #f2baea

%0
%23
%3
%5

Triadic Colors of #f2baea

#f2baea #eaf2ba #baeaf2

Analogous Colors of #f2baea

#f2baea #f2bace #debaf2

Monochromatic Colors of #f2baea

#f2baea

Complementary Color

#f2baea #baf2c2

#f2baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2baea Color CSS Codes

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

#f2baea Text Font Color

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

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


#f2baea Background Color

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

This div background color is #f2baea


#f2baea Border Color

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

This div border color is #f2baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2baea

#f2baea Color Palettes


Comments

No comments written yet.

Please login to write comment.