Color Hex Logo

#fef712 Color Hex

#FEF712
(254,247,18)
0 Favorites   0 Comments

Color spaces of #fef712

RGB 25424718
HSL0.160.990.53
HSV58°93°100°
CMYK 0.000.030.93   0.00
XYZ74.243087.636013.5747
Yxy87.63600.42310.4995
Hunter Lab93.6141-22.260856.9324
CIE-Lab95.0075-18.002391.4796

#fef712 color RGB value is (254,247,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 00010010
Octal 376 367 22
Decimal 254 247 18
Hex FE F7 12

RGB Percentages of Color #fef712

%48.94
%47.59
%3.47

CMYK Percentages of Color #fef712

%0
%3
%93
%0

Triadic Colors of #fef712

#fef712 #12fef7 #f712fe

Analogous Colors of #fef712

#fef712 #8ffe12 #fe8112

Monochromatic Colors of #fef712

#fef712

Complementary Color

#fef712 #1219fe

#fef712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef712 Color CSS Codes

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

#fef712 Text Font Color

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

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


#fef712 Background Color

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

This div background color is #fef712


#fef712 Border Color

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

This div border color is #fef712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef712

Related Colors


Comments

No comments written yet.

Please login to write comment.