Color Hex Logo

#fefc65 Color Hex

#FEFC65
(254,252,101)
0 Favorites   0 Comments

Color spaces of #fefc65

RGB 254252101
HSL0.160.990.70
HSV59°60°100°
CMYK 0.000.010.60   0.00
XYZ78.032491.631225.8858
Yxy91.63120.39900.4686
Hunter Lab95.7242-22.007850.9737
CIE-Lab96.6693-17.460970.3596

#fefc65 color RGB value is (254,252,101).

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

The process color (four color CMYK) of #fefc65 color hex is 0.00, 0.01, 0.60, 0.00. Web safe color of #fefc65 is #ffff66. Color #fefc65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 01100101
Octal 376 374 145
Decimal 254 252 101
Hex FE FC 65

RGB Percentages of Color #fefc65

%41.85
%41.52
%16.64

CMYK Percentages of Color #fefc65

%0
%1
%60
%0

Triadic Colors of #fefc65

#fefc65 #65fefc #fc65fe

Analogous Colors of #fefc65

#fefc65 #b4fe65 #feb065

Monochromatic Colors of #fefc65

#fefc65

Complementary Color

#fefc65 #6567fe

#fefc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc65 Color CSS Codes

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

#fefc65 Text Font Color

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

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


#fefc65 Background Color

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

This div background color is #fefc65


#fefc65 Border Color

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

This div border color is #fefc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc65

Related Colors

#fefc65 Color Palettes


Comments

No comments written yet.

Please login to write comment.