Color Hex Logo

#fef830 Color Hex

#FEF830
(254,248,48)
0 Favorites   0 Comments

Color spaces of #fef830

RGB 25424848
HSL0.160.990.59
HSV58°81°100°
CMYK 0.000.020.81   0.00
XYZ74.974088.419015.9113
Yxy88.41900.41810.4931
Hunter Lab94.0314-22.231655.7893
CIE-Lab95.3371-17.916786.6160

#fef830 color RGB value is (254,248,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 00110000
Octal 376 370 60
Decimal 254 248 48
Hex FE F8 30

RGB Percentages of Color #fef830

%46.18
%45.09
%8.73

CMYK Percentages of Color #fef830

%0
%2
%81
%0

Triadic Colors of #fef830

#fef830 #30fef8 #f830fe

Analogous Colors of #fef830

#fef830 #9dfe30 #fe9130

Monochromatic Colors of #fef830

#fef830

Complementary Color

#fef830 #3036fe

#fef830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef830 Color CSS Codes

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

#fef830 Text Font Color

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

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


#fef830 Background Color

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

This div background color is #fef830


#fef830 Border Color

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

This div border color is #fef830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef830

Related Colors


Comments

No comments written yet.

Please login to write comment.