Color Hex Logo

#fef153 Color Hex

#FEF153
(254,241,83)
0 Favorites   0 Comments

Color spaces of #fef153

RGB 25424183
HSL0.150.990.66
HSV55°67°100°
CMYK 0.000.050.67   0.00
XYZ73.889784.606020.6198
Yxy84.60600.41250.4724
Hunter Lab91.9815-17.576851.0958
CIE-Lab93.7131-13.154674.3086

#fef153 color RGB value is (254,241,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01010011
Octal 376 361 123
Decimal 254 241 83
Hex FE F1 53

RGB Percentages of Color #fef153

%43.94
%41.70
%14.36

CMYK Percentages of Color #fef153

%0
%5
%67
%0

Triadic Colors of #fef153

#fef153 #53fef1 #f153fe

Analogous Colors of #fef153

#fef153 #b6fe53 #fe9c53

Monochromatic Colors of #fef153

#fef153

Complementary Color

#fef153 #5360fe

#fef153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef153 Color CSS Codes

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

#fef153 Text Font Color

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

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


#fef153 Background Color

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

This div background color is #fef153


#fef153 Border Color

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

This div border color is #fef153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef153


Comments

No comments written yet.

Please login to write comment.