Color Hex Logo

#f5fdca Color Hex

#F5FDCA
(245,253,202)
0 Favorites   0 Comments

Color spaces of #f5fdca

RGB 245253202
HSL0.190.930.89
HSV69°20°99°
CMYK 0.030.000.20   0.01
XYZ83.442193.927369.6090
Yxy93.92730.33790.3803
Hunter Lab96.9161-15.919625.2568
CIE-Lab97.6027-10.905623.5747

#f5fdca color RGB value is (245,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111101 11001010
Octal 365 375 312
Decimal 245 253 202
Hex F5 FD CA

RGB Percentages of Color #f5fdca

%35.00
%36.14
%28.86

CMYK Percentages of Color #f5fdca

%3
%0
%20
%1

Triadic Colors of #f5fdca

#f5fdca #caf5fd #fdcaf5

Analogous Colors of #f5fdca

#f5fdca #dcfdca #fdecca

Monochromatic Colors of #f5fdca

#f5fdca

Complementary Color

#f5fdca #d2cafd

#f5fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fdca Color CSS Codes

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

#f5fdca Text Font Color

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

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


#f5fdca Background Color

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

This div background color is #f5fdca


#f5fdca Border Color

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

This div border color is #f5fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fdca


Comments

No comments written yet.

Please login to write comment.