Color Hex Logo

#fec233 Color Hex

#FEC233
(254,194,51)
0 Favorites   0 Comments

Color spaces of #fec233

RGB 25419451
HSL0.120.990.60
HSV42°80°100°
CMYK 0.000.240.80   0.00
XYZ60.762459.893411.4900
Yxy59.89340.45980.4532
Hunter Lab77.39084.713045.3710
CIE-Lab81.78029.260674.0754

#fec233 color RGB value is (254,194,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00110011
Octal 376 302 63
Decimal 254 194 51
Hex FE C2 33

RGB Percentages of Color #fec233

%50.90
%38.88
%10.22

CMYK Percentages of Color #fec233

%0
%24
%80
%0

Triadic Colors of #fec233

#fec233 #33fec2 #c233fe

Analogous Colors of #fec233

#fec233 #d5fe33 #fe5c33

Monochromatic Colors of #fec233

#fec233

Complementary Color

#fec233 #336ffe

#fec233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec233 Color CSS Codes

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

#fec233 Text Font Color

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

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


#fec233 Background Color

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

This div background color is #fec233


#fec233 Border Color

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

This div border color is #fec233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec233

Related Colors


Comments

No comments written yet.

Please login to write comment.