Color Hex Logo

#fef711 Color Hex

#FEF711
(254,247,17)
0 Favorites   0 Comments

Color spaces of #fef711

RGB 25424717
HSL0.160.990.53
HSV58°93°100°
CMYK 0.000.030.93   0.00
XYZ74.235087.632813.5325
Yxy87.63280.42320.4996
Hunter Lab93.6124-22.270556.9578
CIE-Lab95.0061-18.013091.5809

#fef711 color RGB value is (254,247,17).

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

The process color (four color CMYK) of #fef711 color hex is 0.00, 0.03, 0.93, 0.00. Web safe color of #fef711 is #ffff00. Color #fef711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00010001
Octal 376 367 21
Decimal 254 247 17
Hex FE F7 11

RGB Percentages of Color #fef711

%49.03
%47.68
%3.28

CMYK Percentages of Color #fef711

%0
%3
%93
%0

Triadic Colors of #fef711

#fef711 #11fef7 #f711fe

Analogous Colors of #fef711

#fef711 #8ffe11 #fe8111

Monochromatic Colors of #fef711

#fef711

Complementary Color

#fef711 #1118fe

#fef711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef711 Color CSS Codes

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

#fef711 Text Font Color

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

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


#fef711 Background Color

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

This div background color is #fef711


#fef711 Border Color

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

This div border color is #fef711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef711

Related Colors


Comments

No comments written yet.

Please login to write comment.