Color Hex Logo

#fef274 Color Hex

#FEF274
(254,242,116)
0 Favorites   0 Comments

Color spaces of #fef274

RGB 254242116
HSL0.150.990.73
HSV55°54°100°
CMYK 0.000.050.54   0.00
XYZ75.777685.836029.0971
Yxy85.83600.39730.4501
Hunter Lab92.6477-16.136446.2327
CIE-Lab94.2422-11.552661.2498

#fef274 color RGB value is (254,242,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01110100
Octal 376 362 164
Decimal 254 242 116
Hex FE F2 74

RGB Percentages of Color #fef274

%41.50
%39.54
%18.95

CMYK Percentages of Color #fef274

%0
%5
%54
%0

Triadic Colors of #fef274

#fef274 #74fef2 #f274fe

Analogous Colors of #fef274

#fef274 #c5fe74 #fead74

Monochromatic Colors of #fef274

#fef274

Complementary Color

#fef274 #7480fe

#fef274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef274 Color CSS Codes

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

#fef274 Text Font Color

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

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


#fef274 Background Color

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

This div background color is #fef274


#fef274 Border Color

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

This div border color is #fef274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef274


Comments

No comments written yet.

Please login to write comment.