Color Hex Logo

#fef544 Color Hex

#FEF544
(254,245,68)
0 Favorites   0 Comments

Color spaces of #fef544

RGB 25424568
HSL0.160.990.63
HSV57°73°100°
CMYK 0.000.040.73   0.00
XYZ74.568886.793018.2914
Yxy86.79300.41510.4831
Hunter Lab93.1628-20.160953.5730
CIE-Lab94.6504-15.790580.4214

#fef544 color RGB value is (254,245,68).

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

The process color (four color CMYK) of #fef544 color hex is 0.00, 0.04, 0.73, 0.00. Web safe color of #fef544 is #ffff33. Color #fef544 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01000100
Octal 376 365 104
Decimal 254 245 68
Hex FE F5 44

RGB Percentages of Color #fef544

%44.80
%43.21
%11.99

CMYK Percentages of Color #fef544

%0
%4
%73
%0

Triadic Colors of #fef544

#fef544 #44fef5 #f544fe

Analogous Colors of #fef544

#fef544 #aafe44 #fe9844

Monochromatic Colors of #fef544

#fef544

Complementary Color

#fef544 #444dfe

#fef544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef544 Color CSS Codes

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

#fef544 Text Font Color

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

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


#fef544 Background Color

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

This div background color is #fef544


#fef544 Border Color

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

This div border color is #fef544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef544

Related Colors


Comments

No comments written yet.

Please login to write comment.