Color Hex Logo

#fef648 Color Hex

#FEF648
(254,246,72)
0 Favorites   0 Comments

Color spaces of #fef648

RGB 25424672
HSL0.160.990.64
HSV57°72°100°
CMYK 0.000.030.72   0.00
XYZ74.998587.450219.0576
Yxy87.45020.41320.4818
Hunter Lab93.5148-20.494653.3775
CIE-Lab94.9290-16.107279.3819

#fef648 color RGB value is (254,246,72).

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

The process color (four color CMYK) of #fef648 color hex is 0.00, 0.03, 0.72, 0.00. Web safe color of #fef648 is #ffff33. Color #fef648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 01001000
Octal 376 366 110
Decimal 254 246 72
Hex FE F6 48

RGB Percentages of Color #fef648

%44.41
%43.01
%12.59

CMYK Percentages of Color #fef648

%0
%3
%72
%0

Triadic Colors of #fef648

#fef648 #48fef6 #f648fe

Analogous Colors of #fef648

#fef648 #abfe48 #fe9b48

Monochromatic Colors of #fef648

#fef648

Complementary Color

#fef648 #4850fe

#fef648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef648 Color CSS Codes

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

#fef648 Text Font Color

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

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


#fef648 Background Color

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

This div background color is #fef648


#fef648 Border Color

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

This div border color is #fef648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef648

Related Colors


Comments

No comments written yet.

Please login to write comment.