Color Hex Logo

#f2ffeb Color Hex

#F2FFEB
(242,255,235)
0 Favorites   0 Comments

Color spaces of #f2ffeb

RGB 242255235
HSL0.281.000.96
HSV99°100°
CMYK 0.050.000.08   0.00
XYZ87.373396.395492.5984
Yxy96.39540.31610.3488
Hunter Lab98.1812-12.966412.8081
CIE-Lab98.5891-7.75398.0812

#f2ffeb color RGB value is (242,255,235).

#f2ffeb hex color red value is 242, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f2ffeb hue: 0.28 , saturation: 1.00 and the lightness value of f2ffeb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111111 11101011
Octal 362 377 353
Decimal 242 255 235
Hex F2 FF EB

RGB Percentages of Color #f2ffeb

%33.06
%34.84
%32.10

CMYK Percentages of Color #f2ffeb

%5
%0
%8
%0

Triadic Colors of #f2ffeb

#f2ffeb #ebf2ff #ffebf2

Analogous Colors of #f2ffeb

#f2ffeb #ebffee #fcffeb

Monochromatic Colors of #f2ffeb

#f2ffeb

Complementary Color

#f2ffeb #f8ebff

#f2ffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ffeb Color CSS Codes

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

#f2ffeb Text Font Color

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

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


#f2ffeb Background Color

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

This div background color is #f2ffeb


#f2ffeb Border Color

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

This div border color is #f2ffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ffeb

Related Colors


Comments

No comments written yet.

Please login to write comment.