Color Hex Logo

#fefaff Color Hex

#FEFAFF
(254,250,255)
0 Favorites   0 Comments

Color spaces of #fefaff

RGB 254250255
HSL0.801.000.99
HSV288°100°
CMYK 0.000.020.00   0.00
XYZ93.108796.6620108.3580
Yxy96.66200.31230.3242
Hunter Lab98.3168-3.01013.4765
CIE-Lab98.69472.2042-1.9286

#fefaff color RGB value is (254,250,255).

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

The process color (four color CMYK) of #fefaff color hex is 0.00, 0.02, 0.00, 0.00. Web safe color of #fefaff is #ffffff. Color #fefaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11111111
Octal 376 372 377
Decimal 254 250 255
Hex FE FA FF

RGB Percentages of Color #fefaff

%33.47
%32.94
%33.60

CMYK Percentages of Color #fefaff

%0
%2
%0
%0

Triadic Colors of #fefaff

#fefaff #fffefa #fafffe

Analogous Colors of #fefaff

#fefaff #fffafe #fcfaff

Monochromatic Colors of #fefaff

#fefaff

Complementary Color

#fefaff #fbfffa

#fefaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaff Color CSS Codes

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

#fefaff Text Font Color

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

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


#fefaff Background Color

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

This div background color is #fefaff


#fefaff Border Color

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

This div border color is #fefaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaff

Related Colors


Comments

No comments written yet.

Please login to write comment.