Color Hex Logo

#fecf37 Color Hex

#FECF37
(254,207,55)
0 Favorites   0 Comments

Color spaces of #fecf37

RGB 25420755
HSL0.130.990.61
HSV46°78°100°
CMYK 0.000.190.78   0.00
XYZ63.875565.972312.9818
Yxy65.97230.44720.4619
Hunter Lab81.2233-1.765247.3801
CIE-Lab84.98232.692475.6712

#fecf37 color RGB value is (254,207,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00110111
Octal 376 317 67
Decimal 254 207 55
Hex FE CF 37

RGB Percentages of Color #fecf37

%49.22
%40.12
%10.66

CMYK Percentages of Color #fecf37

%0
%19
%78
%0

Triadic Colors of #fecf37

#fecf37 #37fecf #cf37fe

Analogous Colors of #fecf37

#fecf37 #cafe37 #fe6c37

Monochromatic Colors of #fecf37

#fecf37

Complementary Color

#fecf37 #3766fe

#fecf37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf37 Color CSS Codes

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

#fecf37 Text Font Color

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

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


#fecf37 Background Color

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

This div background color is #fecf37


#fecf37 Border Color

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

This div border color is #fecf37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf37

Related Colors


Comments

No comments written yet.

Please login to write comment.