Color Hex Logo

#fff8ca Color Hex

#FFF8CA
(255,248,202)
0 Favorites   0 Comments

Color spaces of #fff8ca

RGB 255248202
HSL0.141.000.90
HSV52°21°100°
CMYK 0.000.030.21   0.00
XYZ85.468192.659169.2575
Yxy92.65910.34550.3746
Hunter Lab96.2596-9.965624.7234
CIE-Lab97.0891-4.847922.9797

#fff8ca color RGB value is (255,248,202).

#fff8ca hex color red value is 255, green value is 248 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fff8ca hue: 0.14 , saturation: 1.00 and the lightness value of fff8ca is 0.90.

The process color (four color CMYK) of #fff8ca color hex is 0.00, 0.03, 0.21, 0.00. Web safe color of #fff8ca is #ffffcc. Color #fff8ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111000 11001010
Octal 377 370 312
Decimal 255 248 202
Hex FF F8 CA

RGB Percentages of Color #fff8ca

%36.17
%35.18
%28.65

CMYK Percentages of Color #fff8ca

%0
%3
%21
%0

Triadic Colors of #fff8ca

#fff8ca #cafff8 #f8caff

Analogous Colors of #fff8ca

#fff8ca #ecffca #ffdeca

Monochromatic Colors of #fff8ca

#fff8ca

Complementary Color

#fff8ca #cad1ff

#fff8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff8ca Color CSS Codes

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

#fff8ca Text Font Color

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

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


#fff8ca Background Color

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

This div background color is #fff8ca


#fff8ca Border Color

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

This div border color is #fff8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff8ca

Related Colors


Comments

No comments written yet.

Please login to write comment.