Color Hex Logo

#f5bcab Color Hex

#F5BCAB
(245,188,171)
0 Favorites   0 Comments

Color spaces of #f5bcab

RGB 245188171
HSL0.040.790.82
HSV14°30°96°
CMYK 0.000.230.30   0.04
XYZ62.990158.319246.4649
Yxy58.31920.37540.3476
Hunter Lab76.367013.590617.3824
CIE-Lab80.915918.186816.5219

#f5bcab color RGB value is (245,188,171).

#f5bcab hex color red value is 245, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f5bcab hue: 0.04 , saturation: 0.79 and the lightness value of f5bcab is 0.82.

The process color (four color CMYK) of #f5bcab color hex is 0.00, 0.23, 0.30, 0.04. Web safe color of #f5bcab is #ffcc99. Color #f5bcab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111100 10101011
Octal 365 274 253
Decimal 245 188 171
Hex F5 BC AB

RGB Percentages of Color #f5bcab

%40.56
%31.13
%28.31

CMYK Percentages of Color #f5bcab

%0
%23
%30
%4

Triadic Colors of #f5bcab

#f5bcab #abf5bc #bcabf5

Analogous Colors of #f5bcab

#f5bcab #f5e1ab #f5abbf

Monochromatic Colors of #f5bcab

#f5bcab

Complementary Color

#f5bcab #abe4f5

#f5bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bcab Color CSS Codes

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

#f5bcab Text Font Color

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

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


#f5bcab Background Color

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

This div background color is #f5bcab


#f5bcab Border Color

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

This div border color is #f5bcab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,188,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5bcab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5bcab;
  -webkit-box-shadow: 1px 1px 3px 2px #f5bcab;
  box-shadow:         1px 1px 3px 2px #f5bcab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,188,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bcab


Comments

No comments written yet.

Please login to write comment.