Color Hex Logo

#f7beda Color Hex

#F7BEDA
(247,190,218)
0 Favorites   0 Comments

Color spaces of #f7beda

RGB 247190218
HSL0.920.780.86
HSV331°23°97°
CMYK 0.000.230.12   0.03
XYZ69.426161.663074.5727
Yxy61.66300.33760.2998
Hunter Lab78.525820.3950-1.3372
CIE-Lab82.733924.7190-6.0628

#f7beda color RGB value is (247,190,218).

#f7beda hex color red value is 247, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f7beda hue: 0.92 , saturation: 0.78 and the lightness value of f7beda is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111110 11011010
Octal 367 276 332
Decimal 247 190 218
Hex F7 BE DA

RGB Percentages of Color #f7beda

%37.71
%29.01
%33.28

CMYK Percentages of Color #f7beda

%0
%23
%12
%3

Triadic Colors of #f7beda

#f7beda #daf7be #bedaf7

Analogous Colors of #f7beda

#f7beda #f7bfbe #f7bef7

Monochromatic Colors of #f7beda

#f7beda

Complementary Color

#f7beda #bef7db

#f7beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7beda Color CSS Codes

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

#f7beda Text Font Color

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

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


#f7beda Background Color

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

This div background color is #f7beda


#f7beda Border Color

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

This div border color is #f7beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7beda


Comments

No comments written yet.

Please login to write comment.