Color Hex Logo

#fff7ca Color Hex

#FFF7CA
(255,247,202)
0 Favorites   0 Comments

Color spaces of #fff7ca

RGB 255247202
HSL0.141.000.90
HSV51°21°100°
CMYK 0.000.030.21   0.00
XYZ85.161492.045869.1552
Yxy92.04580.34570.3736
Hunter Lab95.9405-9.450724.4213
CIE-Lab96.8390-4.348022.6333

#fff7ca color RGB value is (255,247,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110111 11001010
Octal 377 367 312
Decimal 255 247 202
Hex FF F7 CA

RGB Percentages of Color #fff7ca

%36.22
%35.09
%28.69

CMYK Percentages of Color #fff7ca

%0
%3
%21
%0

Triadic Colors of #fff7ca

#fff7ca #cafff7 #f7caff

Analogous Colors of #fff7ca

#fff7ca #edffca #ffddca

Monochromatic Colors of #fff7ca

#fff7ca

Complementary Color

#fff7ca #cad2ff

#fff7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff7ca Color CSS Codes

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

#fff7ca Text Font Color

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

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


#fff7ca Background Color

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

This div background color is #fff7ca


#fff7ca Border Color

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

This div border color is #fff7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff7ca

Related Colors

#fff7ca Color Palettes


Comments

No comments written yet.

Please login to write comment.