Color Hex Logo

#fed344 Color Hex

#FED344
(254,211,68)
1 Favorites   0 Comments

Color spaces of #fed344

RGB 25421168
HSL0.130.990.63
HSV46°73°100°
CMYK 0.000.170.73   0.00
XYZ65.210768.076715.1720
Yxy68.07670.43920.4586
Hunter Lab82.5086-3.312546.8536
CIE-Lab86.04481.143272.2523

#fed344 color RGB value is (254,211,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01000100
Octal 376 323 104
Decimal 254 211 68
Hex FE D3 44

RGB Percentages of Color #fed344

%47.65
%39.59
%12.76

CMYK Percentages of Color #fed344

%0
%17
%73
%0

Triadic Colors of #fed344

#fed344 #44fed3 #d344fe

Analogous Colors of #fed344

#fed344 #ccfe44 #fe7644

Monochromatic Colors of #fed344

#fed344

Complementary Color

#fed344 #446ffe

#fed344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed344 Color CSS Codes

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

#fed344 Text Font Color

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

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


#fed344 Background Color

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

This div background color is #fed344


#fed344 Border Color

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

This div border color is #fed344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed344


Comments

No comments written yet.

Please login to write comment.