Color Hex Logo

#fecf39 Color Hex

#FECF39
(254,207,57)
0 Favorites   0 Comments

Color spaces of #fecf39

RGB 25420757
HSL0.130.990.61
HSV46°78°100°
CMYK 0.000.190.78   0.00
XYZ63.924465.991913.2394
Yxy65.99190.44650.4610
Hunter Lab81.2354-1.699747.2019
CIE-Lab84.99232.761075.0416

#fecf39 color RGB value is (254,207,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00111001
Octal 376 317 71
Decimal 254 207 57
Hex FE CF 39

RGB Percentages of Color #fecf39

%49.03
%39.96
%11.00

CMYK Percentages of Color #fecf39

%0
%19
%78
%0

Triadic Colors of #fecf39

#fecf39 #39fecf #cf39fe

Analogous Colors of #fecf39

#fecf39 #cbfe39 #fe6d39

Monochromatic Colors of #fecf39

#fecf39

Complementary Color

#fecf39 #3968fe

#fecf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf39 Color CSS Codes

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

#fecf39 Text Font Color

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

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


#fecf39 Background Color

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

This div background color is #fecf39


#fecf39 Border Color

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

This div border color is #fecf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf39


Comments

No comments written yet.

Please login to write comment.