Color Hex Logo

#fef380 Color Hex

#FEF380
(254,243,128)
1 Favorites   0 Comments

Color spaces of #fef380

RGB 254243128
HSL0.150.980.75
HSV55°50°100°
CMYK 0.000.040.50   0.00
XYZ76.819986.730533.1139
Yxy86.73050.39060.4410
Hunter Lab93.1292-15.736044.1087
CIE-Lab94.6238-11.081556.2335

#fef380 color RGB value is (254,243,128).

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

The process color (four color CMYK) of #fef380 color hex is 0.00, 0.04, 0.50, 0.00. Web safe color of #fef380 is #ffff99. Color #fef380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 10000000
Octal 376 363 200
Decimal 254 243 128
Hex FE F3 80

RGB Percentages of Color #fef380

%40.64
%38.88
%20.48

CMYK Percentages of Color #fef380

%0
%4
%50
%0

Triadic Colors of #fef380

#fef380 #80fef3 #f380fe

Analogous Colors of #fef380

#fef380 #cafe80 #feb480

Monochromatic Colors of #fef380

#fef380

Complementary Color

#fef380 #808bfe

#fef380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef380 Color CSS Codes

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

#fef380 Text Font Color

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

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


#fef380 Background Color

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

This div background color is #fef380


#fef380 Border Color

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

This div border color is #fef380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef380


Comments

No comments written yet.

Please login to write comment.