Color Hex Logo

#f7badf Color Hex

#F7BADF
(247,186,223)
0 Favorites   0 Comments

Color spaces of #f7badf

RGB 247186223
HSL0.900.790.85
HSV324°25°97°
CMYK 0.000.250.10   0.03
XYZ69.236060.219777.7865
Yxy60.21970.33410.2906
Hunter Lab77.601423.4555-5.1105
CIE-Lab81.957527.6542-9.8984

#f7badf color RGB value is (247,186,223).

#f7badf hex color red value is 247, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f7badf hue: 0.90 , saturation: 0.79 and the lightness value of f7badf is 0.85.

The process color (four color CMYK) of #f7badf color hex is 0.00, 0.25, 0.10, 0.03. Web safe color of #f7badf is #ffcccc. Color #f7badf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111010 11011111
Octal 367 272 337
Decimal 247 186 223
Hex F7 BA DF

RGB Percentages of Color #f7badf

%37.65
%28.35
%33.99

CMYK Percentages of Color #f7badf

%0
%25
%10
%3

Triadic Colors of #f7badf

#f7badf #dff7ba #badff7

Analogous Colors of #f7badf

#f7badf #f7bac1 #f1baf7

Monochromatic Colors of #f7badf

#f7badf

Complementary Color

#f7badf #baf7d2

#f7badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7badf Color CSS Codes

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

#f7badf Text Font Color

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

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


#f7badf Background Color

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

This div background color is #f7badf


#f7badf Border Color

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

This div border color is #f7badf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,186,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7badf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7badf;
  -webkit-box-shadow: 1px 1px 3px 2px #f7badf;
  box-shadow:         1px 1px 3px 2px #f7badf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7badf


Comments

No comments written yet.

Please login to write comment.