Color Hex Logo

#fef315 Color Hex

#FEF315
(254,243,21)
0 Favorites   0 Comments

Color spaces of #fef315

RGB 25424321
HSL0.160.990.54
HSV57°92°100°
CMYK 0.000.040.92   0.00
XYZ73.059085.226213.3091
Yxy85.22620.42580.4967
Hunter Lab92.3180-20.294656.0750
CIE-Lab93.9805-16.036790.3649

#fef315 color RGB value is (254,243,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110011 00010101
Octal 376 363 25
Decimal 254 243 21
Hex FE F3 15

RGB Percentages of Color #fef315

%49.03
%46.91
%4.05

CMYK Percentages of Color #fef315

%0
%4
%92
%0

Triadic Colors of #fef315

#fef315 #15fef3 #f315fe

Analogous Colors of #fef315

#fef315 #95fe15 #fe7f15

Monochromatic Colors of #fef315

#fef315

Complementary Color

#fef315 #1520fe

#fef315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef315 Color CSS Codes

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

#fef315 Text Font Color

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

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


#fef315 Background Color

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

This div background color is #fef315


#fef315 Border Color

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

This div border color is #fef315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,243,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 #fef315">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef315

Related Colors


Comments

No comments written yet.

Please login to write comment.