Color Hex Logo

#f4bcbc Color Hex

#F4BCBC
(244,188,188)
1 Favorites   0 Comments

Color spaces of #f4bcbc

RGB 244188188
HSL0.000.720.85
HSV23°96°
CMYK 0.000.230.23   0.04
XYZ64.368558.830455.5398
Yxy58.83040.36010.3291
Hunter Lab76.701015.572910.7583
CIE-Lab81.198320.12667.7828

#f4bcbc color RGB value is (244,188,188).

#f4bcbc hex color red value is 244, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f4bcbc hue: 0.00 , saturation: 0.72 and the lightness value of f4bcbc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 10111100
Octal 364 274 274
Decimal 244 188 188
Hex F4 BC BC

RGB Percentages of Color #f4bcbc

%39.35
%30.32
%30.32

CMYK Percentages of Color #f4bcbc

%0
%23
%23
%4

Triadic Colors of #f4bcbc

#f4bcbc #bcf4bc #bcbcf4

Analogous Colors of #f4bcbc

#f4bcbc #f4d8bc #f4bcd8

Monochromatic Colors of #f4bcbc

#f4bcbc

Complementary Color

#f4bcbc #bcf4f4

#f4bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bcbc Color CSS Codes

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

#f4bcbc Text Font Color

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

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


#f4bcbc Background Color

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

This div background color is #f4bcbc


#f4bcbc Border Color

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

This div border color is #f4bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bcbc


Comments

No comments written yet.

Please login to write comment.