Color Hex Logo

#fefc06 Color Hex

#FEFC06
(254,252,6)
0 Favorites   0 Comments

Color spaces of #fefc06

RGB 2542526
HSL0.170.990.51
HSV60°98°100°
CMYK 0.000.010.98   0.00
XYZ75.716390.704813.6894
Yxy90.70480.42040.5036
Hunter Lab95.2391-24.758558.1452
CIE-Lab96.2884-20.497493.4075

#fefc06 color RGB value is (254,252,6).

#fefc06 hex color red value is 254, green value is 252 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #fefc06 hue: 0.17 , saturation: 0.99 and the lightness value of fefc06 is 0.51.

The process color (four color CMYK) of #fefc06 color hex is 0.00, 0.01, 0.98, 0.00. Web safe color of #fefc06 is #ffff00. Color #fefc06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 00000110
Octal 376 374 6
Decimal 254 252 6
Hex FE FC 6

RGB Percentages of Color #fefc06

%49.61
%49.22
%1.17

CMYK Percentages of Color #fefc06

%0
%1
%98
%0

Triadic Colors of #fefc06

#fefc06 #06fefc #fc06fe

Analogous Colors of #fefc06

#fefc06 #84fe06 #fe8006

Monochromatic Colors of #fefc06

#fefc06

Complementary Color

#fefc06 #0608fe

#fefc06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc06 Color CSS Codes

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

#fefc06 Text Font Color

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

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


#fefc06 Background Color

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

This div background color is #fefc06


#fefc06 Border Color

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

This div border color is #fefc06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc06

Related Colors


Comments

No comments written yet.

Please login to write comment.