Color Hex Logo

#f2bdae Color Hex

#F2BDAE
(242,189,174)
0 Favorites   0 Comments

Color spaces of #f2bdae

RGB 242189174
HSL0.040.720.82
HSV13°28°95°
CMYK 0.000.220.28   0.05
XYZ62.455558.328448.0111
Yxy58.32840.37000.3456
Hunter Lab76.373012.319016.1891
CIE-Lab80.921016.928114.8786

#f2bdae color RGB value is (242,189,174).

#f2bdae hex color red value is 242, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f2bdae hue: 0.04 , saturation: 0.72 and the lightness value of f2bdae is 0.82.

The process color (four color CMYK) of #f2bdae color hex is 0.00, 0.22, 0.28, 0.05. Web safe color of #f2bdae is #ffcc99. Color #f2bdae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111101 10101110
Octal 362 275 256
Decimal 242 189 174
Hex F2 BD AE

RGB Percentages of Color #f2bdae

%40.00
%31.24
%28.76

CMYK Percentages of Color #f2bdae

%0
%22
%28
%5

Triadic Colors of #f2bdae

#f2bdae #aef2bd #bdaef2

Analogous Colors of #f2bdae

#f2bdae #f2dfae #f2aec1

Monochromatic Colors of #f2bdae

#f2bdae

Complementary Color

#f2bdae #aee3f2

#f2bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bdae Color CSS Codes

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

#f2bdae Text Font Color

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

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


#f2bdae Background Color

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

This div background color is #f2bdae


#f2bdae Border Color

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

This div border color is #f2bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bdae


Comments

No comments written yet.

Please login to write comment.