Color Hex Logo

#f5bfdb Color Hex

#F5BFDB
(245,191,219)
0 Favorites   0 Comments

Color spaces of #f5bfdb

RGB 245191219
HSL0.910.730.85
HSV329°22°96°
CMYK 0.000.220.11   0.04
XYZ69.073261.788675.3037
Yxy61.78860.33500.2997
Hunter Lab78.605719.2933-1.7754
CIE-Lab82.800923.6659-6.5215

#f5bfdb color RGB value is (245,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111111 11011011
Octal 365 277 333
Decimal 245 191 219
Hex F5 BF DB

RGB Percentages of Color #f5bfdb

%37.40
%29.16
%33.44

CMYK Percentages of Color #f5bfdb

%0
%22
%11
%4

Triadic Colors of #f5bfdb

#f5bfdb #dbf5bf #bfdbf5

Analogous Colors of #f5bfdb

#f5bfdb #f5bfc0 #f4bff5

Monochromatic Colors of #f5bfdb

#f5bfdb

Complementary Color

#f5bfdb #bff5d9

#f5bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bfdb Color CSS Codes

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

#f5bfdb Text Font Color

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

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


#f5bfdb Background Color

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

This div background color is #f5bfdb


#f5bfdb Border Color

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

This div border color is #f5bfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,191,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 #f5bfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bfdb


Comments

No comments written yet.

Please login to write comment.