Color Hex Logo

#fed50b Color Hex

#FED50B
(254,213,11)
0 Favorites   0 Comments

Color spaces of #fed50b

RGB 25421311
HSL0.140.990.52
HSV50°96°100°
CMYK 0.000.160.96   0.00
XYZ64.727768.683510.1623
Yxy68.68350.45080.4784
Hunter Lab82.8755-5.619550.7426
CIE-Lab86.3471-1.251285.7396

#fed50b color RGB value is (254,213,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 00001011
Octal 376 325 13
Decimal 254 213 11
Hex FE D5 B

RGB Percentages of Color #fed50b

%53.14
%44.56
%2.30

CMYK Percentages of Color #fed50b

%0
%16
%96
%0

Triadic Colors of #fed50b

#fed50b #0bfed5 #d50bfe

Analogous Colors of #fed50b

#fed50b #aefe0b #fe5c0b

Monochromatic Colors of #fed50b

#fed50b

Complementary Color

#fed50b #0b34fe

#fed50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed50b Color CSS Codes

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

#fed50b Text Font Color

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

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


#fed50b Background Color

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

This div background color is #fed50b


#fed50b Border Color

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

This div border color is #fed50b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,213,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 #fed50b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed50b


Comments

No comments written yet.

Please login to write comment.