Color Hex Logo

#fefb12 Color Hex

#FEFB12
(254,251,18)
0 Favorites   0 Comments

Color spaces of #fefb12

RGB 25425118
HSL0.160.990.53
HSV59°93°100°
CMYK 0.000.010.93   0.00
XYZ75.479490.108913.9868
Yxy90.10890.42030.5018
Hunter Lab94.9257-24.187257.7119
CIE-Lab96.0419-19.919092.2622

#fefb12 color RGB value is (254,251,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 00010010
Octal 376 373 22
Decimal 254 251 18
Hex FE FB 12

RGB Percentages of Color #fefb12

%48.57
%47.99
%3.44

CMYK Percentages of Color #fefb12

%0
%1
%93
%0

Triadic Colors of #fefb12

#fefb12 #12fefb #fb12fe

Analogous Colors of #fefb12

#fefb12 #8bfe12 #fe8512

Monochromatic Colors of #fefb12

#fefb12

Complementary Color

#fefb12 #1215fe

#fefb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefb12 Color CSS Codes

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

#fefb12 Text Font Color

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

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


#fefb12 Background Color

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

This div background color is #fefb12


#fefb12 Border Color

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

This div border color is #fefb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefb12

Related Colors


Comments

No comments written yet.

Please login to write comment.