Color Hex Logo

#fef27b Color Hex

#FEF27B
(254,242,123)
0 Favorites   0 Comments

Color spaces of #fef27b

RGB 254242123
HSL0.150.980.74
HSV55°52°100°
CMYK 0.000.050.52   0.00
XYZ76.200386.005231.3234
Yxy86.00520.39370.4444
Hunter Lab92.7390-15.626244.8916
CIE-Lab94.3146-11.004158.1695

#fef27b color RGB value is (254,242,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 01111011
Octal 376 362 173
Decimal 254 242 123
Hex FE F2 7B

RGB Percentages of Color #fef27b

%41.03
%39.10
%19.87

CMYK Percentages of Color #fef27b

%0
%5
%52
%0

Triadic Colors of #fef27b

#fef27b #7bfef2 #f27bfe

Analogous Colors of #fef27b

#fef27b #c9fe7b #feb17b

Monochromatic Colors of #fef27b

#fef27b

Complementary Color

#fef27b #7b87fe

#fef27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef27b Color CSS Codes

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

#fef27b Text Font Color

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

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


#fef27b Background Color

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

This div background color is #fef27b


#fef27b Border Color

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

This div border color is #fef27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef27b

#fef27b Color Palettes


Comments

No comments written yet.

Please login to write comment.