Color Hex Logo

#fefcc3 Color Hex

#FEFCC3
(254,252,195)
0 Favorites   0 Comments

Color spaces of #fefcc3

RGB 254252195
HSL0.160.970.88
HSV58°23°100°
CMYK 0.000.010.23   0.00
XYZ85.533894.631865.3874
Yxy94.63180.34830.3854
Hunter Lab97.2789-13.289428.2426
CIE-Lab97.8860-8.159227.6191

#fefcc3 color RGB value is (254,252,195).

#fefcc3 hex color red value is 254, green value is 252 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fefcc3 hue: 0.16 , saturation: 0.97 and the lightness value of fefcc3 is 0.88.

The process color (four color CMYK) of #fefcc3 color hex is 0.00, 0.01, 0.23, 0.00. Web safe color of #fefcc3 is #ffffcc. Color #fefcc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 11000011
Octal 376 374 303
Decimal 254 252 195
Hex FE FC C3

RGB Percentages of Color #fefcc3

%36.23
%35.95
%27.82

CMYK Percentages of Color #fefcc3

%0
%1
%23
%0

Triadic Colors of #fefcc3

#fefcc3 #c3fefc #fcc3fe

Analogous Colors of #fefcc3

#fefcc3 #e3fec3 #fedfc3

Monochromatic Colors of #fefcc3

#fefcc3

Complementary Color

#fefcc3 #c3c5fe

#fefcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefcc3 Color CSS Codes

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

#fefcc3 Text Font Color

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

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


#fefcc3 Background Color

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

This div background color is #fefcc3


#fefcc3 Border Color

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

This div border color is #fefcc3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,252,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fefcc3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefcc3


Comments

No comments written yet.

Please login to write comment.