Color Hex Logo

#fef375 Color Hex

#FEF375
(254,243,117)
0 Favorites   0 Comments

Color spaces of #fef375

RGB 254243117
HSL0.150.990.73
HSV55°54°100°
CMYK 0.000.040.54   0.00
XYZ76.134586.456429.5047
Yxy86.45640.39630.4501
Hunter Lab92.9819-16.560946.2737
CIE-Lab94.5071-11.967961.1079

#fef375 color RGB value is (254,243,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 01110101
Octal 376 363 165
Decimal 254 243 117
Hex FE F3 75

RGB Percentages of Color #fef375

%41.37
%39.58
%19.06

CMYK Percentages of Color #fef375

%0
%4
%54
%0

Triadic Colors of #fef375

#fef375 #75fef3 #f375fe

Analogous Colors of #fef375

#fef375 #c5fe75 #feaf75

Monochromatic Colors of #fef375

#fef375

Complementary Color

#fef375 #7580fe

#fef375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef375 Color CSS Codes

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

#fef375 Text Font Color

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

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


#fef375 Background Color

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

This div background color is #fef375


#fef375 Border Color

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

This div border color is #fef375


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,243,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 #fef375">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef375

Related Colors


Comments

No comments written yet.

Please login to write comment.