Color Hex Logo

#fed24b Color Hex

#FED24B
(254,210,75)
0 Favorites   0 Comments

Color spaces of #fed24b

RGB 25421075
HSL0.130.990.65
HSV45°70°100°
CMYK 0.000.170.70   0.00
XYZ65.189667.672016.2828
Yxy67.67200.43710.4537
Hunter Lab82.2630-2.507345.8485
CIE-Lab85.84221.969069.4319

#fed24b color RGB value is (254,210,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01001011
Octal 376 322 113
Decimal 254 210 75
Hex FE D2 4B

RGB Percentages of Color #fed24b

%47.12
%38.96
%13.91

CMYK Percentages of Color #fed24b

%0
%17
%70
%0

Triadic Colors of #fed24b

#fed24b #4bfed2 #d24bfe

Analogous Colors of #fed24b

#fed24b #d1fe4b #fe794b

Monochromatic Colors of #fed24b

#fed24b

Complementary Color

#fed24b #4b77fe

#fed24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed24b Color CSS Codes

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

#fed24b Text Font Color

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

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


#fed24b Background Color

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

This div background color is #fed24b


#fed24b Border Color

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

This div border color is #fed24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed24b


Comments

No comments written yet.

Please login to write comment.