Color Hex Logo

#fef28b Color Hex

#FEF28B
(254,242,139)
0 Favorites   0 Comments

Color spaces of #fef28b

RGB 254242139
HSL0.150.980.77
HSV54°45°100°
CMYK 0.000.050.45   0.00
XYZ77.285486.439237.0372
Yxy86.43920.38500.4306
Hunter Lab92.9727-14.320541.4617
CIE-Lab94.4998-9.608250.9050

#fef28b color RGB value is (254,242,139).

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

The process color (four color CMYK) of #fef28b color hex is 0.00, 0.05, 0.45, 0.00. Web safe color of #fef28b is #ffff99. Color #fef28b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 10001011
Octal 376 362 213
Decimal 254 242 139
Hex FE F2 8B

RGB Percentages of Color #fef28b

%40.00
%38.11
%21.89

CMYK Percentages of Color #fef28b

%0
%5
%45
%0

Triadic Colors of #fef28b

#fef28b #8bfef2 #f28bfe

Analogous Colors of #fef28b

#fef28b #d1fe8b #feb98b

Monochromatic Colors of #fef28b

#fef28b

Complementary Color

#fef28b #8b97fe

#fef28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef28b Color CSS Codes

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

#fef28b Text Font Color

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

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


#fef28b Background Color

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

This div background color is #fef28b


#fef28b Border Color

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

This div border color is #fef28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef28b

Related Colors


Comments

No comments written yet.

Please login to write comment.