Color Hex Logo

#fed244 Color Hex

#FED244
(254,210,68)
0 Favorites   0 Comments

Color spaces of #fed244

RGB 25421068
HSL0.130.990.63
HSV46°73°100°
CMYK 0.000.170.73   0.00
XYZ64.963067.581415.0894
Yxy67.58140.44000.4578
Hunter Lab82.2079-2.808146.6628
CIE-Lab85.79671.653572.0131

#fed244 color RGB value is (254,210,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01000100
Octal 376 322 104
Decimal 254 210 68
Hex FE D2 44

RGB Percentages of Color #fed244

%47.74
%39.47
%12.78

CMYK Percentages of Color #fed244

%0
%17
%73
%0

Triadic Colors of #fed244

#fed244 #44fed2 #d244fe

Analogous Colors of #fed244

#fed244 #cdfe44 #fe7544

Monochromatic Colors of #fed244

#fed244

Complementary Color

#fed244 #4470fe

#fed244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed244 Color CSS Codes

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

#fed244 Text Font Color

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

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


#fed244 Background Color

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

This div background color is #fed244


#fed244 Border Color

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

This div border color is #fed244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed244


Comments

No comments written yet.

Please login to write comment.