Color Hex Logo

#fef615 Color Hex

#FEF615
(254,246,21)
0 Favorites   0 Comments

Color spaces of #fef615

RGB 25424621
HSL0.160.990.54
HSV58°92°100°
CMYK 0.000.030.92   0.00
XYZ73.964287.036513.6109
Yxy87.03650.42360.4985
Hunter Lab93.2934-21.746256.6553
CIE-Lab94.7538-17.485890.9535

#fef615 color RGB value is (254,246,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 00010101
Octal 376 366 25
Decimal 254 246 21
Hex FE F6 15

RGB Percentages of Color #fef615

%48.75
%47.22
%4.03

CMYK Percentages of Color #fef615

%0
%3
%92
%0

Triadic Colors of #fef615

#fef615 #15fef6 #f615fe

Analogous Colors of #fef615

#fef615 #92fe15 #fe8215

Monochromatic Colors of #fef615

#fef615

Complementary Color

#fef615 #151dfe

#fef615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef615 Color CSS Codes

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

#fef615 Text Font Color

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

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


#fef615 Background Color

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

This div background color is #fef615


#fef615 Border Color

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

This div border color is #fef615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef615

Related Colors


Comments

No comments written yet.

Please login to write comment.