Color Hex Logo

#fed74b Color Hex

#FED74B
(254,215,75)
0 Favorites   0 Comments

Color spaces of #fed74b

RGB 25421575
HSL0.130.990.65
HSV47°70°100°
CMYK 0.000.150.70   0.00
XYZ66.443570.179716.7007
Yxy70.17970.43340.4577
Hunter Lab83.7733-5.028846.8215
CIE-Lab87.0849-0.578570.6740

#fed74b color RGB value is (254,215,75).

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

The process color (four color CMYK) of #fed74b color hex is 0.00, 0.15, 0.70, 0.00. Web safe color of #fed74b is #ffcc33. Color #fed74b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 01001011
Octal 376 327 113
Decimal 254 215 75
Hex FE D7 4B

RGB Percentages of Color #fed74b

%46.69
%39.52
%13.79

CMYK Percentages of Color #fed74b

%0
%15
%70
%0

Triadic Colors of #fed74b

#fed74b #4bfed7 #d74bfe

Analogous Colors of #fed74b

#fed74b #ccfe4b #fe7e4b

Monochromatic Colors of #fed74b

#fed74b

Complementary Color

#fed74b #4b72fe

#fed74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed74b Color CSS Codes

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

#fed74b Text Font Color

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

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


#fed74b Background Color

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

This div background color is #fed74b


#fed74b Border Color

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

This div border color is #fed74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed74b


Comments

No comments written yet.

Please login to write comment.