Color Hex Logo

#fecf5b Color Hex

#FECF5B
(254,207,91)
0 Favorites   0 Comments

Color spaces of #fecf5b

RGB 25420791
HSL0.120.990.68
HSV43°64°100°
CMYK 0.000.190.64   0.00
XYZ65.074266.451819.2942
Yxy66.45180.43150.4406
Hunter Lab81.5180-0.163443.0294
CIE-Lab85.22634.363162.1922

#fecf5b color RGB value is (254,207,91).

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

The process color (four color CMYK) of #fecf5b color hex is 0.00, 0.19, 0.64, 0.00. Web safe color of #fecf5b is #ffcc66. Color #fecf5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 01011011
Octal 376 317 133
Decimal 254 207 91
Hex FE CF 5B

RGB Percentages of Color #fecf5b

%46.01
%37.50
%16.49

CMYK Percentages of Color #fecf5b

%0
%19
%64
%0

Triadic Colors of #fecf5b

#fecf5b #5bfecf #cf5bfe

Analogous Colors of #fecf5b

#fecf5b #dcfe5b #fe7e5b

Monochromatic Colors of #fecf5b

#fecf5b

Complementary Color

#fecf5b #5b8afe

#fecf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf5b Color CSS Codes

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

#fecf5b Text Font Color

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

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


#fecf5b Background Color

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

This div background color is #fecf5b


#fecf5b Border Color

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

This div border color is #fecf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf5b


Comments

No comments written yet.

Please login to write comment.