Color Hex Logo

#f8fdca Color Hex

#F8FDCA
(248,253,202)
0 Favorites   0 Comments

Color spaces of #f8fdca

RGB 248253202
HSL0.180.930.89
HSV66°20°99°
CMYK 0.020.000.20   0.01
XYZ84.497394.471369.6584
Yxy94.47130.33990.3800
Hunter Lab97.1963-14.915325.5457
CIE-Lab97.8216-9.839423.9114

#f8fdca color RGB value is (248,253,202).

#f8fdca hex color red value is 248, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f8fdca hue: 0.18 , saturation: 0.93 and the lightness value of f8fdca is 0.89.

The process color (four color CMYK) of #f8fdca color hex is 0.02, 0.00, 0.20, 0.01. Web safe color of #f8fdca is #ffffcc. Color #f8fdca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11111101 11001010
Octal 370 375 312
Decimal 248 253 202
Hex F8 FD CA

RGB Percentages of Color #f8fdca

%35.28
%35.99
%28.73

CMYK Percentages of Color #f8fdca

%2
%0
%20
%1

Triadic Colors of #f8fdca

#f8fdca #caf8fd #fdcaf8

Analogous Colors of #f8fdca

#f8fdca #dffdca #fde9ca

Monochromatic Colors of #f8fdca

#f8fdca

Complementary Color

#f8fdca #cfcafd

#f8fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8fdca Color CSS Codes

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

#f8fdca Text Font Color

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

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


#f8fdca Background Color

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

This div background color is #f8fdca


#f8fdca Border Color

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

This div border color is #f8fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8fdca

Related Colors


Comments

No comments written yet.

Please login to write comment.