Color Hex Logo

#fef605 Color Hex

#FEF605
(254,246,5)
0 Favorites   0 Comments

Color spaces of #fef605

RGB 2542465
HSL0.160.990.51
HSV58°98°100°
CMYK 0.000.030.98   0.00
XYZ73.856286.993313.0423
Yxy86.99330.42470.5003
Hunter Lab93.2702-21.877356.9984
CIE-Lab94.7354-17.630892.3343

#fef605 color RGB value is (254,246,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 00000101
Octal 376 366 5
Decimal 254 246 5
Hex FE F6 5

RGB Percentages of Color #fef605

%50.30
%48.71
%0.99

CMYK Percentages of Color #fef605

%0
%3
%98
%0

Triadic Colors of #fef605

#fef605 #05fef6 #f605fe

Analogous Colors of #fef605

#fef605 #8afe05 #fe7a05

Monochromatic Colors of #fef605

#fef605

Complementary Color

#fef605 #050dfe

#fef605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef605 Color CSS Codes

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

#fef605 Text Font Color

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

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


#fef605 Background Color

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

This div background color is #fef605


#fef605 Border Color

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

This div border color is #fef605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef605

Related Colors


Comments

No comments written yet.

Please login to write comment.