Color Hex Logo

#fec133 Color Hex

#FEC133
(254,193,51)
0 Favorites   0 Comments

Color spaces of #fec133

RGB 25419351
HSL0.120.990.60
HSV42°80°100°
CMYK 0.000.240.80   0.00
XYZ60.540659.449811.4161
Yxy59.44980.46070.4524
Hunter Lab77.10375.223945.1940
CIE-Lab81.53829.779073.8612

#fec133 color RGB value is (254,193,51).

#fec133 hex color red value is 254, green value is 193 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #fec133 hue: 0.12 , saturation: 0.99 and the lightness value of fec133 is 0.60.

The process color (four color CMYK) of #fec133 color hex is 0.00, 0.24, 0.80, 0.00. Web safe color of #fec133 is #ffcc33. Color #fec133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00110011
Octal 376 301 63
Decimal 254 193 51
Hex FE C1 33

RGB Percentages of Color #fec133

%51.00
%38.76
%10.24

CMYK Percentages of Color #fec133

%0
%24
%80
%0

Triadic Colors of #fec133

#fec133 #33fec1 #c133fe

Analogous Colors of #fec133

#fec133 #d6fe33 #fe5b33

Monochromatic Colors of #fec133

#fec133

Complementary Color

#fec133 #3370fe

#fec133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec133 Color CSS Codes

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

#fec133 Text Font Color

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

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


#fec133 Background Color

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

This div background color is #fec133


#fec133 Border Color

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

This div border color is #fec133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec133


Comments

No comments written yet.

Please login to write comment.