Color Hex Logo

#fef27e Color Hex

#FEF27E
(254,242,126)
0 Favorites   0 Comments

Color spaces of #fef27e

RGB 254242126
HSL0.150.980.75
HSV54°50°100°
CMYK 0.000.050.50   0.00
XYZ76.391186.081532.3278
Yxy86.08150.39220.4419
Hunter Lab92.7801-15.396144.2874
CIE-Lab94.3472-10.757456.8293

#fef27e color RGB value is (254,242,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01111110
Octal 376 362 176
Decimal 254 242 126
Hex FE F2 7E

RGB Percentages of Color #fef27e

%40.84
%38.91
%20.26

CMYK Percentages of Color #fef27e

%0
%5
%50
%0

Triadic Colors of #fef27e

#fef27e #7efef2 #f27efe

Analogous Colors of #fef27e

#fef27e #cafe7e #feb27e

Monochromatic Colors of #fef27e

#fef27e

Complementary Color

#fef27e #7e8afe

#fef27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef27e Color CSS Codes

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

#fef27e Text Font Color

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

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


#fef27e Background Color

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

This div background color is #fef27e


#fef27e Border Color

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

This div border color is #fef27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef27e

Related Colors


Comments

No comments written yet.

Please login to write comment.