Color Hex Logo

#f7cfee Color Hex

#F7CFEE
(247,207,238)
0 Favorites   0 Comments

Color spaces of #f7cfee

RGB 247207238
HSL0.870.710.89
HSV314°16°97°
CMYK 0.000.160.04   0.03
XYZ76.103270.572990.4998
Yxy70.57290.32090.2976
Hunter Lab84.007714.6911-5.0666
CIE-Lab87.277119.1325-9.9799

#f7cfee color RGB value is (247,207,238).

#f7cfee hex color red value is 247, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f7cfee hue: 0.87 , saturation: 0.71 and the lightness value of f7cfee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001111 11101110
Octal 367 317 356
Decimal 247 207 238
Hex F7 CF EE

RGB Percentages of Color #f7cfee

%35.69
%29.91
%34.39

CMYK Percentages of Color #f7cfee

%0
%16
%4
%3

Triadic Colors of #f7cfee

#f7cfee #eef7cf #cfeef7

Analogous Colors of #f7cfee

#f7cfee #f7cfda #eccff7

Monochromatic Colors of #f7cfee

#f7cfee

Complementary Color

#f7cfee #cff7d8

#f7cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cfee Color CSS Codes

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

#f7cfee Text Font Color

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

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


#f7cfee Background Color

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

This div background color is #f7cfee


#f7cfee Border Color

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

This div border color is #f7cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7cfee


Comments

No comments written yet.

Please login to write comment.