color codes Logo

#fef27f color codes

#FEF27F
(254,242,127)
0 Favorites   0 Comments

Color spaces of #fef27f

RGB 254242127
HSL0.150.980.75
HSV54°50°100°
CMYK 0.000.050.50   0.00
XYZ76.455986.107432.6694
Yxy86.10740.39160.4411
Hunter Lab92.7941-15.318044.0820
CIE-Lab94.3583-10.673656.3801

#fef27f color RGB value is (254,242,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01111111
Octal 376 362 177
Decimal 254 242 127
Hex FE F2 7F

RGB Percentages of Color #fef27f

%40.77
%38.84
%20.39

CMYK Percentages of Color #fef27f

%0
%5
%50
%0

Triadic Colors of #fef27f

#fef27f #7ffef2 #f27ffe

Analogous Colors of #fef27f

#fef27f #cbfe7f #feb37f

Monochromatic Colors of #fef27f

#fef27f

Complementary Color

#fef27f #7f8bfe

#fef27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef27f Color CSS Codes

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

#fef27f Text Font Color

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

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


#fef27f Background Color

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

This div background color is #fef27f


#fef27f Border Color

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

This div border color is #fef27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef27f


Comments

No comments written yet.

Please login to write comment.