Color Hex Logo

#f2febc Color Hex

#F2FEBC
(242,254,188)
0 Favorites   0 Comments

Color spaces of #f2febc

RGB 242254188
HSL0.200.970.87
HSV71°26°100°
CMYK 0.050.000.26   0.00
XYZ81.136993.391761.3270
Yxy93.39170.34400.3960
Hunter Lab96.6394-19.253130.0223
CIE-Lab97.3863-14.423130.3252

#f2febc color RGB value is (242,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111110 10111100
Octal 362 376 274
Decimal 242 254 188
Hex F2 FE BC

RGB Percentages of Color #f2febc

%35.38
%37.13
%27.49

CMYK Percentages of Color #f2febc

%5
%0
%26
%0

Triadic Colors of #f2febc

#f2febc #bcf2fe #febcf2

Analogous Colors of #f2febc

#f2febc #d1febc #fee9bc

Monochromatic Colors of #f2febc

#f2febc

Complementary Color

#f2febc #c8bcfe

#f2febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2febc Color CSS Codes

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

#f2febc Text Font Color

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

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


#f2febc Background Color

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

This div background color is #f2febc


#f2febc Border Color

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

This div border color is #f2febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2febc

Related Colors


Comments

No comments written yet.

Please login to write comment.