Color Hex Logo

#fef390 Color Hex

#FEF390
(254,243,144)
0 Favorites   0 Comments

Color spaces of #fef390

RGB 254243144
HSL0.150.980.78
HSV54°43°100°
CMYK 0.000.040.43   0.00
XYZ77.957787.185639.1053
Yxy87.18560.38170.4269
Hunter Lab93.3732-14.372840.5302
CIE-Lab94.8170-9.625948.9001

#fef390 color RGB value is (254,243,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 10010000
Octal 376 363 220
Decimal 254 243 144
Hex FE F3 90

RGB Percentages of Color #fef390

%39.63
%37.91
%22.46

CMYK Percentages of Color #fef390

%0
%4
%43
%0

Triadic Colors of #fef390

#fef390 #90fef3 #f390fe

Analogous Colors of #fef390

#fef390 #d2fe90 #febc90

Monochromatic Colors of #fef390

#fef390

Complementary Color

#fef390 #909bfe

#fef390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef390 Color CSS Codes

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

#fef390 Text Font Color

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

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


#fef390 Background Color

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

This div background color is #fef390


#fef390 Border Color

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

This div border color is #fef390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef390

Related Colors


Comments

No comments written yet.

Please login to write comment.