Color Hex Logo

#f2ffbd Color Hex

#F2FFBD
(242,255,189)
0 Favorites   0 Comments

Color spaces of #f2ffbd

RGB 242255189
HSL0.201.000.87
HSV72°26°100°
CMYK 0.050.000.26   0.00
XYZ81.563394.071462.0029
Yxy94.07140.34320.3959
Hunter Lab96.9904-19.625129.9911
CIE-Lab97.6608-14.776430.1937

#f2ffbd color RGB value is (242,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111111 10111101
Octal 362 377 275
Decimal 242 255 189
Hex F2 FF BD

RGB Percentages of Color #f2ffbd

%35.28
%37.17
%27.55

CMYK Percentages of Color #f2ffbd

%5
%0
%26
%0

Triadic Colors of #f2ffbd

#f2ffbd #bdf2ff #ffbdf2

Analogous Colors of #f2ffbd

#f2ffbd #d1ffbd #ffebbd

Monochromatic Colors of #f2ffbd

#f2ffbd

Complementary Color

#f2ffbd #cabdff

#f2ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ffbd Color CSS Codes

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

#f2ffbd Text Font Color

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

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


#f2ffbd Background Color

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

This div background color is #f2ffbd


#f2ffbd Border Color

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

This div border color is #f2ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ffbd

#f2ffbd Color Palettes


Comments

No comments written yet.

Please login to write comment.