Color Hex Logo

#fef175 Color Hex

#FEF175
(254,241,117)
0 Favorites   0 Comments

Color spaces of #fef175

RGB 254241117
HSL0.150.990.73
HSV54°54°100°
CMYK 0.000.050.54   0.00
XYZ75.539285.265829.3062
Yxy85.26580.39730.4485
Hunter Lab92.3395-15.570545.8205
CIE-Lab93.9975-10.984860.5201

#fef175 color RGB value is (254,241,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01110101
Octal 376 361 165
Decimal 254 241 117
Hex FE F1 75

RGB Percentages of Color #fef175

%41.50
%39.38
%19.12

CMYK Percentages of Color #fef175

%0
%5
%54
%0

Triadic Colors of #fef175

#fef175 #75fef1 #f175fe

Analogous Colors of #fef175

#fef175 #c7fe75 #fead75

Monochromatic Colors of #fef175

#fef175

Complementary Color

#fef175 #7582fe

#fef175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef175 Color CSS Codes

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

#fef175 Text Font Color

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

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


#fef175 Background Color

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

This div background color is #fef175


#fef175 Border Color

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

This div border color is #fef175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef175

Related Colors


Comments

No comments written yet.

Please login to write comment.