Color Hex Logo

#fecf0b Color Hex

#FECF0B
(254,207,11)
0 Favorites   0 Comments

Color spaces of #fecf0b

RGB 25420711
HSL0.130.990.52
HSV48°96°100°
CMYK 0.000.190.96   0.00
XYZ63.246365.72069.6685
Yxy65.72060.45620.4741
Hunter Lab81.0682-2.610649.6766
CIE-Lab84.85371.803984.6587

#fecf0b color RGB value is (254,207,11).

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

The process color (four color CMYK) of #fecf0b color hex is 0.00, 0.19, 0.96, 0.00. Web safe color of #fecf0b is #ffcc00. Color #fecf0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 00001011
Octal 376 317 13
Decimal 254 207 11
Hex FE CF B

RGB Percentages of Color #fecf0b

%53.81
%43.86
%2.33

CMYK Percentages of Color #fecf0b

%0
%19
%96
%0

Triadic Colors of #fecf0b

#fecf0b #0bfecf #cf0bfe

Analogous Colors of #fecf0b

#fecf0b #b4fe0b #fe560b

Monochromatic Colors of #fecf0b

#fecf0b

Complementary Color

#fecf0b #0b3afe

#fecf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf0b Color CSS Codes

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

#fecf0b Text Font Color

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

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


#fecf0b Background Color

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

This div background color is #fecf0b


#fecf0b Border Color

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

This div border color is #fecf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf0b

Related Colors


Comments

No comments written yet.

Please login to write comment.