Color Hex Logo

#fef265 Color Hex

#FEF265
(254,242,101)
0 Favorites   0 Comments

Color spaces of #fef265

RGB 254242101
HSL0.150.990.70
HSV55°60°100°
CMYK 0.000.050.60   0.00
XYZ74.974185.514724.8663
Yxy85.51470.40450.4614
Hunter Lab92.4742-17.109648.7888
CIE-Lab94.1045-12.603567.5858

#fef265 color RGB value is (254,242,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01100101
Octal 376 362 145
Decimal 254 242 101
Hex FE F2 65

RGB Percentages of Color #fef265

%42.55
%40.54
%16.92

CMYK Percentages of Color #fef265

%0
%5
%60
%0

Triadic Colors of #fef265

#fef265 #65fef2 #f265fe

Analogous Colors of #fef265

#fef265 #befe65 #fea665

Monochromatic Colors of #fef265

#fef265

Complementary Color

#fef265 #6571fe

#fef265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef265 Color CSS Codes

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

#fef265 Text Font Color

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

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


#fef265 Background Color

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

This div background color is #fef265


#fef265 Border Color

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

This div border color is #fef265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef265

Related Colors


Comments

No comments written yet.

Please login to write comment.