Color Hex Logo

#fed62b Color Hex

#FED62B
(254,214,43)
0 Favorites   0 Comments

Color spaces of #fed62b

RGB 25421443
HSL0.140.990.58
HSV49°83°100°
CMYK 0.000.160.83   0.00
XYZ65.355769.338412.2245
Yxy69.33840.44480.4720
Hunter Lab83.2697-5.623049.5846
CIE-Lab86.6713-1.230980.5359

#fed62b color RGB value is (254,214,43).

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

The process color (four color CMYK) of #fed62b color hex is 0.00, 0.16, 0.83, 0.00. Web safe color of #fed62b is #ffcc33. Color #fed62b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 00101011
Octal 376 326 53
Decimal 254 214 43
Hex FE D6 2B

RGB Percentages of Color #fed62b

%49.71
%41.88
%8.41

CMYK Percentages of Color #fed62b

%0
%16
%83
%0

Triadic Colors of #fed62b

#fed62b #2bfed6 #d62bfe

Analogous Colors of #fed62b

#fed62b #bdfe2b #fe6d2b

Monochromatic Colors of #fed62b

#fed62b

Complementary Color

#fed62b #2b53fe

#fed62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed62b Color CSS Codes

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

#fed62b Text Font Color

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

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


#fed62b Background Color

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

This div background color is #fed62b


#fed62b Border Color

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

This div border color is #fed62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed62b

Related Colors


Comments

No comments written yet.

Please login to write comment.