Color Hex Logo

#f2beaa Color Hex

#F2BEAA
(242,190,170)
0 Favorites   0 Comments

Color spaces of #f2beaa

RGB 242190170
HSL0.050.730.81
HSV17°30°95°
CMYK 0.000.210.30   0.05
XYZ62.287158.606446.0595
Yxy58.60640.37310.3510
Hunter Lab76.554811.261617.9163
CIE-Lab81.074815.874417.2349

#f2beaa color RGB value is (242,190,170).

#f2beaa hex color red value is 242, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f2beaa hue: 0.05 , saturation: 0.73 and the lightness value of f2beaa is 0.81.

The process color (four color CMYK) of #f2beaa color hex is 0.00, 0.21, 0.30, 0.05. Web safe color of #f2beaa is #ffcc99. Color #f2beaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111110 10101010
Octal 362 276 252
Decimal 242 190 170
Hex F2 BE AA

RGB Percentages of Color #f2beaa

%40.20
%31.56
%28.24

CMYK Percentages of Color #f2beaa

%0
%21
%30
%5

Triadic Colors of #f2beaa

#f2beaa #aaf2be #beaaf2

Analogous Colors of #f2beaa

#f2beaa #f2e2aa #f2aaba

Monochromatic Colors of #f2beaa

#f2beaa

Complementary Color

#f2beaa #aadef2

#f2beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2beaa Color CSS Codes

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

#f2beaa Text Font Color

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

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


#f2beaa Background Color

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

This div background color is #f2beaa


#f2beaa Border Color

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

This div border color is #f2beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2beaa


Comments

No comments written yet.

Please login to write comment.