Color Hex Logo

#fec230 Color Hex

#FEC230
(254,194,48)
0 Favorites   0 Comments

Color spaces of #fec230

RGB 25419448
HSL0.120.990.59
HSV43°81°100°
CMYK 0.000.240.81   0.00
XYZ60.698359.867811.1528
Yxy59.86780.46080.4545
Hunter Lab77.37434.624045.6159
CIE-Lab81.76639.169274.9851

#fec230 color RGB value is (254,194,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 00110000
Octal 376 302 60
Decimal 254 194 48
Hex FE C2 30

RGB Percentages of Color #fec230

%51.21
%39.11
%9.68

CMYK Percentages of Color #fec230

%0
%24
%81
%0

Triadic Colors of #fec230

#fec230 #30fec2 #c230fe

Analogous Colors of #fec230

#fec230 #d3fe30 #fe5b30

Monochromatic Colors of #fec230

#fec230

Complementary Color

#fec230 #306cfe

#fec230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec230 Color CSS Codes

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

#fec230 Text Font Color

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

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


#fec230 Background Color

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

This div background color is #fec230


#fec230 Border Color

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

This div border color is #fec230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec230


Comments

No comments written yet.

Please login to write comment.