Color Hex Logo

#f7baee Color Hex

#F7BAEE
(247,186,238)
0 Favorites   0 Comments

Color spaces of #f7baee

RGB 247186238
HSL0.860.790.85
HSV309°25°97°
CMYK 0.000.250.04   0.03
XYZ71.349361.065088.9151
Yxy61.06500.32240.2759
Hunter Lab78.144126.2269-12.7614
CIE-Lab82.413730.2193-17.2611

#f7baee color RGB value is (247,186,238).

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

The process color (four color CMYK) of #f7baee color hex is 0.00, 0.25, 0.04, 0.03. Web safe color of #f7baee is #ffccff. Color #f7baee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111010 11101110
Octal 367 272 356
Decimal 247 186 238
Hex F7 BA EE

RGB Percentages of Color #f7baee

%36.81
%27.72
%35.47

CMYK Percentages of Color #f7baee

%0
%25
%4
%3

Triadic Colors of #f7baee

#f7baee #eef7ba #baeef7

Analogous Colors of #f7baee

#f7baee #f7bad0 #e2baf7

Monochromatic Colors of #f7baee

#f7baee

Complementary Color

#f7baee #baf7c3

#f7baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7baee Color CSS Codes

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

#f7baee Text Font Color

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

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


#f7baee Background Color

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

This div background color is #f7baee


#f7baee Border Color

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

This div border color is #f7baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7baee


Comments

No comments written yet.

Please login to write comment.