Color Hex Logo

#fecfff Color Hex

#FECFFF
(254,207,255)
0 Favorites   0 Comments

Color spaces of #fecfff

RGB 254207255
HSL0.831.000.91
HSV299°19°100°
CMYK 0.000.190.00   0.00
XYZ81.235972.9165104.4004
Yxy72.91650.31420.2820
Hunter Lab85.391220.3794-12.7150
CIE-Lab88.407924.4700-17.2033

#fecfff color RGB value is (254,207,255).

#fecfff hex color red value is 254, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fecfff hue: 0.83 , saturation: 1.00 and the lightness value of fecfff is 0.91.

The process color (four color CMYK) of #fecfff color hex is 0.00, 0.19, 0.00, 0.00. Web safe color of #fecfff is #ffccff. Color #fecfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11111111
Octal 376 317 377
Decimal 254 207 255
Hex FE CF FF

RGB Percentages of Color #fecfff

%35.47
%28.91
%35.61

CMYK Percentages of Color #fecfff

%0
%19
%0
%0

Triadic Colors of #fecfff

#fecfff #fffecf #cffffe

Analogous Colors of #fecfff

#fecfff #ffcfe8 #e6cfff

Monochromatic Colors of #fecfff

#fecfff

Complementary Color

#fecfff #d0ffcf

#fecfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfff Color CSS Codes

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

#fecfff Text Font Color

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

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


#fecfff Background Color

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

This div background color is #fecfff


#fecfff Border Color

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

This div border color is #fecfff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,207,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfff


Comments

No comments written yet.

Please login to write comment.