Color Hex Logo

#f5bcdb Color Hex

#F5BCDB
(245,188,219)
0 Favorites   0 Comments

Color spaces of #f5bcdb

RGB 245188219
HSL0.910.740.85
HSV327°23°96°
CMYK 0.000.230.11   0.04
XYZ68.425660.493475.0878
Yxy60.49340.33540.2965
Hunter Lab77.777520.9267-2.7954
CIE-Lab82.105625.2533-7.5509

#f5bcdb color RGB value is (245,188,219).

#f5bcdb hex color red value is 245, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f5bcdb hue: 0.91 , saturation: 0.74 and the lightness value of f5bcdb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111100 11011011
Octal 365 274 333
Decimal 245 188 219
Hex F5 BC DB

RGB Percentages of Color #f5bcdb

%37.58
%28.83
%33.59

CMYK Percentages of Color #f5bcdb

%0
%23
%11
%4

Triadic Colors of #f5bcdb

#f5bcdb #dbf5bc #bcdbf5

Analogous Colors of #f5bcdb

#f5bcdb #f5bcbf #f3bcf5

Monochromatic Colors of #f5bcdb

#f5bcdb

Complementary Color

#f5bcdb #bcf5d6

#f5bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bcdb Color CSS Codes

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

#f5bcdb Text Font Color

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

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


#f5bcdb Background Color

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

This div background color is #f5bcdb


#f5bcdb Border Color

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

This div border color is #f5bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bcdb


Comments

No comments written yet.

Please login to write comment.