Color Hex Logo

#f2fecb Color Hex

#F2FECB
(242,254,203)
0 Favorites   0 Comments

Color spaces of #f2fecb

RGB 242254203
HSL0.210.960.90
HSV74°20°100°
CMYK 0.050.000.20   0.00
XYZ82.839394.072770.2917
Yxy94.07270.33510.3805
Hunter Lab96.9911-17.279024.9249
CIE-Lab97.6613-12.313823.1143

#f2fecb color RGB value is (242,254,203).

#f2fecb hex color red value is 242, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f2fecb hue: 0.21 , saturation: 0.96 and the lightness value of f2fecb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111110 11001011
Octal 362 376 313
Decimal 242 254 203
Hex F2 FE CB

RGB Percentages of Color #f2fecb

%34.62
%36.34
%29.04

CMYK Percentages of Color #f2fecb

%5
%0
%20
%0

Triadic Colors of #f2fecb

#f2fecb #cbf2fe #fecbf2

Analogous Colors of #f2fecb

#f2fecb #d9fecb #fef1cb

Monochromatic Colors of #f2fecb

#f2fecb

Complementary Color

#f2fecb #d7cbfe

#f2fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fecb Color CSS Codes

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

#f2fecb Text Font Color

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

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


#f2fecb Background Color

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

This div background color is #f2fecb


#f2fecb Border Color

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

This div border color is #f2fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fecb


Comments

No comments written yet.

Please login to write comment.