Color Hex Logo

#f2f8ca Color Hex

#F2F8CA
(242,248,202)
0 Favorites   0 Comments

Color spaces of #f2f8ca

RGB 242248202
HSL0.190.770.88
HSV68°19°97°
CMYK 0.020.000.19   0.03
XYZ80.846090.276369.0411
Yxy90.27630.33660.3759
Hunter Lab95.0138-14.391023.4271
CIE-Lab96.1113-9.494621.4731

#f2f8ca color RGB value is (242,248,202).

#f2f8ca hex color red value is 242, green value is 248 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f2f8ca hue: 0.19 , saturation: 0.77 and the lightness value of f2f8ca is 0.88.

The process color (four color CMYK) of #f2f8ca color hex is 0.02, 0.00, 0.19, 0.03. Web safe color of #f2f8ca is #ffffcc. Color #f2f8ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111000 11001010
Octal 362 370 312
Decimal 242 248 202
Hex F2 F8 CA

RGB Percentages of Color #f2f8ca

%34.97
%35.84
%29.19

CMYK Percentages of Color #f2f8ca

%2
%0
%19
%3

Triadic Colors of #f2f8ca

#f2f8ca #caf2f8 #f8caf2

Analogous Colors of #f2f8ca

#f2f8ca #dbf8ca #f8e7ca

Monochromatic Colors of #f2f8ca

#f2f8ca

Complementary Color

#f2f8ca #d0caf8

#f2f8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2f8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2f8ca Color CSS Codes

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

#f2f8ca Text Font Color

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

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


#f2f8ca Background Color

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

This div background color is #f2f8ca


#f2f8ca Border Color

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

This div border color is #f2f8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2f8ca


Comments

No comments written yet.

Please login to write comment.