color codes Logo

#f2f6bc color codes

#F2F6BC
(242,246,188)
0 Favorites   0 Comments

Color spaces of #f2f6bc

RGB 242246188
HSL0.180.760.85
HSV64°24°96°
CMYK 0.020.000.24   0.04
XYZ78.650888.419660.4983
Yxy88.41960.34560.3885
Hunter Lab94.0317-15.253027.6761
CIE-Lab95.3373-10.485927.5398

#f2f6bc color RGB value is (242,246,188).

#f2f6bc hex color red value is 242, green value is 246 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f2f6bc hue: 0.18 , saturation: 0.76 and the lightness value of f2f6bc is 0.85.

The process color (four color CMYK) of #f2f6bc color code is 0.02, 0.00, 0.24, 0.04. Web safe color of #f2f6bc is #ffffcc. Color #f2f6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11110110 10111100
Octal 362 366 274
Decimal 242 246 188
Hex F2 F6 BC

RGB Percentages of Color #f2f6bc

%35.80
%36.39
%27.81

CMYK Percentages of Color #f2f6bc

%2
%0
%24
%4

Triadic Colors of #f2f6bc

#f2f6bc #bcf2f6 #f6bcf2

Analogous Colors of #f2f6bc

#f2f6bc #d5f6bc #f6ddbc

Monochromatic Colors of #f2f6bc

#f2f6bc

Complementary Color

#f2f6bc #c0bcf6

#f2f6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2f6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2f6bc Color CSS Codes

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

#f2f6bc Text Font Color

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

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


#f2f6bc Background Color

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

This div background color is #f2f6bc


#f2f6bc Border Color

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

This div border color is #f2f6bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,246,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 #f2f6bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2f6bc


Comments

No comments written yet.

Please login to write comment.