Color Hex Logo

#fdfeca Color Hex

#FDFECA
(253,254,202)
0 Favorites   0 Comments

Color spaces of #fdfeca

RGB 253254202
HSL0.170.960.89
HSV61°20°100°
CMYK 0.000.000.20   0.00
XYZ86.610596.030569.8480
Yxy96.03050.34300.3803
Hunter Lab97.9952-13.728926.3365
CIE-Lab98.4444-8.548924.8289

#fdfeca color RGB value is (253,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11001010
Octal 375 376 312
Decimal 253 254 202
Hex FD FE CA

RGB Percentages of Color #fdfeca

%35.68
%35.83
%28.49

CMYK Percentages of Color #fdfeca

%0
%0
%20
%0

Triadic Colors of #fdfeca

#fdfeca #cafdfe #fecafd

Analogous Colors of #fdfeca

#fdfeca #e3feca #fee5ca

Monochromatic Colors of #fdfeca

#fdfeca

Complementary Color

#fdfeca #cbcafe

#fdfeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfeca Color CSS Codes

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

#fdfeca Text Font Color

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

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


#fdfeca Background Color

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

This div background color is #fdfeca


#fdfeca Border Color

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

This div border color is #fdfeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfeca

Related Colors


Comments

No comments written yet.

Please login to write comment.