Color Hex Logo

#fef277 Color Hex

#FEF277
(254,242,119)
0 Favorites   0 Comments

Color spaces of #fef277

RGB 254242119
HSL0.150.990.73
HSV55°53°100°
CMYK 0.000.050.53   0.00
XYZ75.955085.907030.0312
Yxy85.90700.39580.4477
Hunter Lab92.6860-15.922145.6697
CIE-Lab94.2726-11.322159.9382

#fef277 color RGB value is (254,242,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01110111
Octal 376 362 167
Decimal 254 242 119
Hex FE F2 77

RGB Percentages of Color #fef277

%41.30
%39.35
%19.35

CMYK Percentages of Color #fef277

%0
%5
%53
%0

Triadic Colors of #fef277

#fef277 #77fef2 #f277fe

Analogous Colors of #fef277

#fef277 #c7fe77 #feaf77

Monochromatic Colors of #fef277

#fef277

Complementary Color

#fef277 #7783fe

#fef277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef277 Color CSS Codes

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

#fef277 Text Font Color

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

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


#fef277 Background Color

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

This div background color is #fef277


#fef277 Border Color

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

This div border color is #fef277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef277

Related Colors


Comments

No comments written yet.

Please login to write comment.