Color Hex Logo

#f2fefd Color Hex

#F2FEFD
(242,254,253)
0 Favorites   0 Comments

Color spaces of #f2fefd

RGB 242254253
HSL0.490.860.97
HSV175°100°
CMYK 0.050.000.00   0.00
XYZ89.789496.8527106.8905
Yxy96.85270.30590.3300
Hunter Lab98.4138-9.36674.4928
CIE-Lab98.7700-4.0932-0.8931

#f2fefd color RGB value is (242,254,253).

#f2fefd hex color red value is 242, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f2fefd hue: 0.49 , saturation: 0.86 and the lightness value of f2fefd is 0.97.

The process color (four color CMYK) of #f2fefd color hex is 0.05, 0.00, 0.00, 0.00. Web safe color of #f2fefd is #ffffff. Color #f2fefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111110 11111101
Octal 362 376 375
Decimal 242 254 253
Hex F2 FE FD

RGB Percentages of Color #f2fefd

%32.31
%33.91
%33.78

CMYK Percentages of Color #f2fefd

%5
%0
%0
%0

Triadic Colors of #f2fefd

#f2fefd #fdf2fe #fefdf2

Analogous Colors of #f2fefd

#f2fefd #f2f9fe #f2fef7

Monochromatic Colors of #f2fefd

#f2fefd

Complementary Color

#f2fefd #fef2f3

#f2fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fefd Color CSS Codes

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

#f2fefd Text Font Color

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

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


#f2fefd Background Color

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

This div background color is #f2fefd


#f2fefd Border Color

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

This div border color is #f2fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fefd


Comments

No comments written yet.

Please login to write comment.