Color Hex Logo

#fef23b Color Hex

#FEF23B
(254,242,59)
0 Favorites   0 Comments

Color spaces of #fef23b

RGB 25424259
HSL0.160.990.61
HSV56°77°100°
CMYK 0.000.050.77   0.00
XYZ73.414684.890916.6539
Yxy84.89090.41960.4852
Hunter Lab92.1363-19.008853.7785
CIE-Lab93.8361-14.672382.4141

#fef23b color RGB value is (254,242,59).

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

The process color (four color CMYK) of #fef23b color hex is 0.00, 0.05, 0.77, 0.00. Web safe color of #fef23b is #ffff33. Color #fef23b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110010 00111011
Octal 376 362 73
Decimal 254 242 59
Hex FE F2 3B

RGB Percentages of Color #fef23b

%45.77
%43.60
%10.63

CMYK Percentages of Color #fef23b

%0
%5
%77
%0

Triadic Colors of #fef23b

#fef23b #3bfef2 #f23bfe

Analogous Colors of #fef23b

#fef23b #a9fe3b #fe913b

Monochromatic Colors of #fef23b

#fef23b

Complementary Color

#fef23b #3b47fe

#fef23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef23b Color CSS Codes

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

#fef23b Text Font Color

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

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


#fef23b Background Color

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

This div background color is #fef23b


#fef23b Border Color

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

This div border color is #fef23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef23b

Related Colors


Comments

No comments written yet.

Please login to write comment.