Color Hex Logo

#f7bdbc Color Hex

#F7BDBC
(247,189,188)
0 Favorites   0 Comments

Color spaces of #f7bdbc

RGB 247189188
HSL0.000.790.85
HSV24°97°
CMYK 0.000.230.24   0.03
XYZ65.632559.800255.6603
Yxy59.80020.36240.3302
Hunter Lab77.330616.169111.4562
CIE-Lab81.729520.69258.5831

#f7bdbc color RGB value is (247,189,188).

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

The process color (four color CMYK) of #f7bdbc color hex is 0.00, 0.23, 0.24, 0.03. Web safe color of #f7bdbc is #ffcccc. Color #f7bdbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111101 10111100
Octal 367 275 274
Decimal 247 189 188
Hex F7 BD BC

RGB Percentages of Color #f7bdbc

%39.58
%30.29
%30.13

CMYK Percentages of Color #f7bdbc

%0
%23
%24
%3

Triadic Colors of #f7bdbc

#f7bdbc #bcf7bd #bdbcf7

Analogous Colors of #f7bdbc

#f7bdbc #f7dbbc #f7bcd9

Monochromatic Colors of #f7bdbc

#f7bdbc

Complementary Color

#f7bdbc #bcf6f7

#f7bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7bdbc Color CSS Codes

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

#f7bdbc Text Font Color

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

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


#f7bdbc Background Color

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

This div background color is #f7bdbc


#f7bdbc Border Color

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

This div border color is #f7bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7bdbc


Comments

No comments written yet.

Please login to write comment.