Color Hex Logo

#f2bdaf Color Hex

#F2BDAF
(242,189,175)
0 Favorites   0 Comments

Color spaces of #f2bdaf

RGB 242189175
HSL0.030.720.82
HSV13°28°95°
CMYK 0.000.220.28   0.05
XYZ62.553458.367648.5266
Yxy58.36760.36920.3445
Hunter Lab76.398712.453815.8195
CIE-Lab80.942717.061514.3732

#f2bdaf color RGB value is (242,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111101 10101111
Octal 362 275 257
Decimal 242 189 175
Hex F2 BD AF

RGB Percentages of Color #f2bdaf

%39.93
%31.19
%28.88

CMYK Percentages of Color #f2bdaf

%0
%22
%28
%5

Triadic Colors of #f2bdaf

#f2bdaf #aff2bd #bdaff2

Analogous Colors of #f2bdaf

#f2bdaf #f2dfaf #f2afc3

Monochromatic Colors of #f2bdaf

#f2bdaf

Complementary Color

#f2bdaf #afe4f2

#f2bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bdaf Color CSS Codes

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

#f2bdaf Text Font Color

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

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


#f2bdaf Background Color

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

This div background color is #f2bdaf


#f2bdaf Border Color

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

This div border color is #f2bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bdaf


Comments

No comments written yet.

Please login to write comment.