Color Hex Logo

#fee375 Color Hex

#FEE375
(254,227,117)
0 Favorites   0 Comments

Color spaces of #fee375

RGB 254227117
HSL0.130.990.73
HSV48°54°100°
CMYK 0.000.110.54   0.00
XYZ71.553077.293427.9775
Yxy77.29340.40470.4371
Hunter Lab87.9167-8.577842.6740
CIE-Lab90.4565-4.016056.3967

#fee375 color RGB value is (254,227,117).

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

The process color (four color CMYK) of #fee375 color hex is 0.00, 0.11, 0.54, 0.00. Web safe color of #fee375 is #ffcc66. Color #fee375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 01110101
Octal 376 343 165
Decimal 254 227 117
Hex FE E3 75

RGB Percentages of Color #fee375

%42.47
%37.96
%19.57

CMYK Percentages of Color #fee375

%0
%11
%54
%0

Triadic Colors of #fee375

#fee375 #75fee3 #e375fe

Analogous Colors of #fee375

#fee375 #d5fe75 #fe9f75

Monochromatic Colors of #fee375

#fee375

Complementary Color

#fee375 #7590fe

#fee375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee375 Color CSS Codes

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

#fee375 Text Font Color

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

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


#fee375 Background Color

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

This div background color is #fee375


#fee375 Border Color

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

This div border color is #fee375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee375

Related Colors


Comments

No comments written yet.

Please login to write comment.