Color Hex Logo

#fed35b Color Hex

#FED35B
(254,211,91)
0 Favorites   0 Comments

Color spaces of #fed35b

RGB 25421191
HSL0.120.990.68
HSV44°64°100°
CMYK 0.000.170.64   0.00
XYZ66.055668.414719.6214
Yxy68.41470.42870.4440
Hunter Lab82.7132-2.196143.8343
CIE-Lab86.21342.312963.2625

#fed35b color RGB value is (254,211,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01011011
Octal 376 323 133
Decimal 254 211 91
Hex FE D3 5B

RGB Percentages of Color #fed35b

%45.68
%37.95
%16.37

CMYK Percentages of Color #fed35b

%0
%17
%64
%0

Triadic Colors of #fed35b

#fed35b #5bfed3 #d35bfe

Analogous Colors of #fed35b

#fed35b #d8fe5b #fe825b

Monochromatic Colors of #fed35b

#fed35b

Complementary Color

#fed35b #5b86fe

#fed35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed35b Color CSS Codes

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

#fed35b Text Font Color

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

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


#fed35b Background Color

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

This div background color is #fed35b


#fed35b Border Color

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

This div border color is #fed35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed35b


Comments

No comments written yet.

Please login to write comment.