Color Hex Logo

#f4bcf0 Color Hex

#F4BCF0
(244,188,240)
0 Favorites   0 Comments

Color spaces of #f4bcf0

RGB 244188240
HSL0.850.720.85
HSV304°23°96°
CMYK 0.000.230.02   0.04
XYZ71.019661.490890.5638
Yxy61.49080.31840.2757
Hunter Lab78.416124.4352-13.5836
CIE-Lab82.641928.5346-18.0160

#f4bcf0 color RGB value is (244,188,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 11110000
Octal 364 274 360
Decimal 244 188 240
Hex F4 BC F0

RGB Percentages of Color #f4bcf0

%36.31
%27.98
%35.71

CMYK Percentages of Color #f4bcf0

%0
%23
%2
%4

Triadic Colors of #f4bcf0

#f4bcf0 #f0f4bc #bcf0f4

Analogous Colors of #f4bcf0

#f4bcf0 #f4bcd4 #dcbcf4

Monochromatic Colors of #f4bcf0

#f4bcf0

Complementary Color

#f4bcf0 #bcf4c0

#f4bcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bcf0 Color CSS Codes

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

#f4bcf0 Text Font Color

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

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


#f4bcf0 Background Color

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

This div background color is #f4bcf0


#f4bcf0 Border Color

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

This div border color is #f4bcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bcf0


Comments

No comments written yet.

Please login to write comment.