Color Hex Logo

#fec630 Color Hex

#FEC630
(254,198,48)
0 Favorites   0 Comments

Color spaces of #fec630

RGB 25419848
HSL0.120.990.59
HSV44°81°100°
CMYK 0.000.220.81   0.00
XYZ61.600661.672411.4536
Yxy61.67240.45720.4578
Hunter Lab78.53182.585446.3250
CIE-Lab82.73897.099975.8282

#fec630 color RGB value is (254,198,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 00110000
Octal 376 306 60
Decimal 254 198 48
Hex FE C6 30

RGB Percentages of Color #fec630

%50.80
%39.60
%9.60

CMYK Percentages of Color #fec630

%0
%22
%81
%0

Triadic Colors of #fec630

#fec630 #30fec6 #c630fe

Analogous Colors of #fec630

#fec630 #cffe30 #fe5f30

Monochromatic Colors of #fec630

#fec630

Complementary Color

#fec630 #3068fe

#fec630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec630 Color CSS Codes

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

#fec630 Text Font Color

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

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


#fec630 Background Color

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

This div background color is #fec630


#fec630 Border Color

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

This div border color is #fec630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec630


Comments

No comments written yet.

Please login to write comment.