Color Hex Logo

#fef761 Color Hex

#FEF761
(254,247,97)
0 Favorites   0 Comments

Color spaces of #fef761

RGB 25424797
HSL0.160.990.69
HSV57°62°100°
CMYK 0.000.030.62   0.00
XYZ76.291588.455424.3619
Yxy88.45540.40340.4677
Hunter Lab94.0507-19.794250.4777
CIE-Lab95.3524-15.292170.5696

#fef761 color RGB value is (254,247,97).

#fef761 hex color red value is 254, green value is 247 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fef761 hue: 0.16 , saturation: 0.99 and the lightness value of fef761 is 0.69.

The process color (four color CMYK) of #fef761 color hex is 0.00, 0.03, 0.62, 0.00. Web safe color of #fef761 is #ffff66. Color #fef761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 01100001
Octal 376 367 141
Decimal 254 247 97
Hex FE F7 61

RGB Percentages of Color #fef761

%42.47
%41.30
%16.22

CMYK Percentages of Color #fef761

%0
%3
%62
%0

Triadic Colors of #fef761

#fef761 #61fef7 #f761fe

Analogous Colors of #fef761

#fef761 #b7fe61 #fea961

Monochromatic Colors of #fef761

#fef761

Complementary Color

#fef761 #6168fe

#fef761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef761 Color CSS Codes

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

#fef761 Text Font Color

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

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


#fef761 Background Color

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

This div background color is #fef761


#fef761 Border Color

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

This div border color is #fef761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef761

Related Colors


Comments

No comments written yet.

Please login to write comment.