Color Hex Logo

#feceff Color Hex

#FECEFF
(254,206,255)
0 Favorites   0 Comments

Color spaces of #feceff

RGB 254206255
HSL0.831.000.90
HSV299°19°100°
CMYK 0.000.190.00   0.00
XYZ80.994472.4334104.3199
Yxy72.43340.31420.2810
Hunter Lab85.107820.9341-13.0985
CIE-Lab88.176824.9955-17.5510

#feceff color RGB value is (254,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11111111
Octal 376 316 377
Decimal 254 206 255
Hex FE CE FF

RGB Percentages of Color #feceff

%35.52
%28.81
%35.66

CMYK Percentages of Color #feceff

%0
%19
%0
%0

Triadic Colors of #feceff

#feceff #fffece #cefffe

Analogous Colors of #feceff

#feceff #ffcee8 #e6ceff

Monochromatic Colors of #feceff

#feceff

Complementary Color

#feceff #cfffce

#feceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feceff Color CSS Codes

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

#feceff Text Font Color

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

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


#feceff Background Color

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

This div background color is #feceff


#feceff Border Color

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

This div border color is #feceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feceff

#feceff Color Palettes


Comments

No comments written yet.

Please login to write comment.