Color Hex Logo

#f6fdca Color Hex

#F6FDCA
(246,253,202)
0 Favorites   0 Comments

Color spaces of #f6fdca

RGB 246253202
HSL0.190.930.89
HSV68°20°99°
CMYK 0.030.000.20   0.01
XYZ83.792094.107769.6254
Yxy94.10770.33850.3802
Hunter Lab97.0091-15.585925.3528
CIE-Lab97.6754-10.550623.6865

#f6fdca color RGB value is (246,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11111101 11001010
Octal 366 375 312
Decimal 246 253 202
Hex F6 FD CA

RGB Percentages of Color #f6fdca

%35.09
%36.09
%28.82

CMYK Percentages of Color #f6fdca

%3
%0
%20
%1

Triadic Colors of #f6fdca

#f6fdca #caf6fd #fdcaf6

Analogous Colors of #f6fdca

#f6fdca #ddfdca #fdebca

Monochromatic Colors of #f6fdca

#f6fdca

Complementary Color

#f6fdca #d1cafd

#f6fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6fdca Color CSS Codes

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

#f6fdca Text Font Color

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

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


#f6fdca Background Color

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

This div background color is #f6fdca


#f6fdca Border Color

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

This div border color is #f6fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6fdca


Comments

No comments written yet.

Please login to write comment.