Color Hex Logo

#f5bcd9 Color Hex

#F5BCD9
(245,188,217)
0 Favorites   0 Comments

Color spaces of #f5bcd9

RGB 245188217
HSL0.920.740.85
HSV329°23°96°
CMYK 0.000.230.11   0.04
XYZ68.163860.388773.7092
Yxy60.38870.33700.2986
Hunter Lab77.710220.5792-1.8403
CIE-Lab82.049024.9252-6.5605

#f5bcd9 color RGB value is (245,188,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111100 11011001
Octal 365 274 331
Decimal 245 188 217
Hex F5 BC D9

RGB Percentages of Color #f5bcd9

%37.69
%28.92
%33.38

CMYK Percentages of Color #f5bcd9

%0
%23
%11
%4

Triadic Colors of #f5bcd9

#f5bcd9 #d9f5bc #bcd9f5

Analogous Colors of #f5bcd9

#f5bcd9 #f5bcbd #f5bcf5

Monochromatic Colors of #f5bcd9

#f5bcd9

Complementary Color

#f5bcd9 #bcf5d8

#f5bcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bcd9 Color CSS Codes

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

#f5bcd9 Text Font Color

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

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


#f5bcd9 Background Color

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

This div background color is #f5bcd9


#f5bcd9 Border Color

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

This div border color is #f5bcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bcd9


Comments

No comments written yet.

Please login to write comment.