Color Hex Logo

#fecf26 Color Hex

#FECF26
(254,207,38)
0 Favorites   0 Comments

Color spaces of #fecf26

RGB 25420738
HSL0.130.990.57
HSV47°85°100°
CMYK 0.000.190.85   0.00
XYZ63.535765.836411.1927
Yxy65.83640.45200.4684
Hunter Lab81.1396-2.221448.6191
CIE-Lab84.91292.213580.2988

#fecf26 color RGB value is (254,207,38).

#fecf26 hex color red value is 254, green value is 207 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fecf26 hue: 0.13 , saturation: 0.99 and the lightness value of fecf26 is 0.57.

The process color (four color CMYK) of #fecf26 color hex is 0.00, 0.19, 0.85, 0.00. Web safe color of #fecf26 is #ffcc33. Color #fecf26 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00100110
Octal 376 317 46
Decimal 254 207 38
Hex FE CF 26

RGB Percentages of Color #fecf26

%50.90
%41.48
%7.62

CMYK Percentages of Color #fecf26

%0
%19
%85
%0

Triadic Colors of #fecf26

#fecf26 #26fecf #cf26fe

Analogous Colors of #fecf26

#fecf26 #c1fe26 #fe6326

Monochromatic Colors of #fecf26

#fecf26

Complementary Color

#fecf26 #2655fe

#fecf26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf26 Color CSS Codes

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

#fecf26 Text Font Color

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

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


#fecf26 Background Color

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

This div background color is #fecf26


#fecf26 Border Color

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

This div border color is #fecf26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf26

Related Colors


Comments

No comments written yet.

Please login to write comment.