Color Hex Logo

#fef075 Color Hex

#FEF075
(254,240,117)
0 Favorites   0 Comments

Color spaces of #fef075

RGB 254240117
HSL0.150.990.73
HSV54°54°100°
CMYK 0.000.060.54   0.00
XYZ75.244084.675429.2078
Yxy84.67540.39780.4477
Hunter Lab92.0192-15.074545.5942
CIE-Lab93.7431-10.492060.2261

#fef075 color RGB value is (254,240,117).

#fef075 hex color red value is 254, green value is 240 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fef075 hue: 0.15 , saturation: 0.99 and the lightness value of fef075 is 0.73.

The process color (four color CMYK) of #fef075 color hex is 0.00, 0.06, 0.54, 0.00. Web safe color of #fef075 is #ffff66. Color #fef075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 01110101
Octal 376 360 165
Decimal 254 240 117
Hex FE F0 75

RGB Percentages of Color #fef075

%41.57
%39.28
%19.15

CMYK Percentages of Color #fef075

%0
%6
%54
%0

Triadic Colors of #fef075

#fef075 #75fef0 #f075fe

Analogous Colors of #fef075

#fef075 #c8fe75 #feac75

Monochromatic Colors of #fef075

#fef075

Complementary Color

#fef075 #7583fe

#fef075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef075 Color CSS Codes

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

#fef075 Text Font Color

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

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


#fef075 Background Color

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

This div background color is #fef075


#fef075 Border Color

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

This div border color is #fef075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef075

Related Colors


Comments

No comments written yet.

Please login to write comment.