Color Hex Logo

#fefa23 Color Hex

#FEFA23
(254,250,35)
0 Favorites   0 Comments

Color spaces of #fefa23

RGB 25425035
HSL0.160.990.57
HSV59°86°100°
CMYK 0.000.020.86   0.00
XYZ75.362089.563414.9056
Yxy89.56340.41910.4980
Hunter Lab94.6379-23.473456.9083
CIE-Lab95.8154-19.182789.7086

#fefa23 color RGB value is (254,250,35).

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

The process color (four color CMYK) of #fefa23 color hex is 0.00, 0.02, 0.86, 0.00. Web safe color of #fefa23 is #ffff33. Color #fefa23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 00100011
Octal 376 372 43
Decimal 254 250 35
Hex FE FA 23

RGB Percentages of Color #fefa23

%47.12
%46.38
%6.49

CMYK Percentages of Color #fefa23

%0
%2
%86
%0

Triadic Colors of #fefa23

#fefa23 #23fefa #fa23fe

Analogous Colors of #fefa23

#fefa23 #95fe23 #fe8d23

Monochromatic Colors of #fefa23

#fefa23

Complementary Color

#fefa23 #2327fe

#fefa23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa23 Color CSS Codes

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

#fefa23 Text Font Color

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

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


#fefa23 Background Color

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

This div background color is #fefa23


#fefa23 Border Color

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

This div border color is #fefa23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa23


Comments

No comments written yet.

Please login to write comment.