Color Hex Logo

#f4bca1 Color Hex

#F4BCA1
(244,188,161)
0 Favorites   0 Comments

Color spaces of #f4bca1

RGB 244188161
HSL0.050.790.79
HSV20°34°96°
CMYK 0.000.230.34   0.04
XYZ61.724557.772741.6162
Yxy57.77270.38310.3586
Hunter Lab76.008411.940820.7433
CIE-Lab80.612316.556421.4294

#f4bca1 color RGB value is (244,188,161).

#f4bca1 hex color red value is 244, green value is 188 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #f4bca1 hue: 0.05 , saturation: 0.79 and the lightness value of f4bca1 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 10100001
Octal 364 274 241
Decimal 244 188 161
Hex F4 BC A1

RGB Percentages of Color #f4bca1

%41.15
%31.70
%27.15

CMYK Percentages of Color #f4bca1

%0
%23
%34
%4

Triadic Colors of #f4bca1

#f4bca1 #a1f4bc #bca1f4

Analogous Colors of #f4bca1

#f4bca1 #f4e6a1 #f4a1b0

Monochromatic Colors of #f4bca1

#f4bca1

Complementary Color

#f4bca1 #a1d9f4

#f4bca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bca1 Color CSS Codes

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

#f4bca1 Text Font Color

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

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


#f4bca1 Background Color

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

This div background color is #f4bca1


#f4bca1 Border Color

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

This div border color is #f4bca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bca1


Comments

No comments written yet.

Please login to write comment.