Color Hex Logo

#fed648 Color Hex

#FED648
(254,214,72)
0 Favorites   0 Comments

Color spaces of #fed648

RGB 25421472
HSL0.130.990.64
HSV47°72°100°
CMYK 0.000.160.72   0.00
XYZ66.089369.631816.0879
Yxy69.63180.43530.4587
Hunter Lab83.4457-4.657246.9812
CIE-Lab86.8160-0.209171.5361

#fed648 color RGB value is (254,214,72).

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

The process color (four color CMYK) of #fed648 color hex is 0.00, 0.16, 0.72, 0.00. Web safe color of #fed648 is #ffcc33. Color #fed648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01001000
Octal 376 326 110
Decimal 254 214 72
Hex FE D6 48

RGB Percentages of Color #fed648

%47.04
%39.63
%13.33

CMYK Percentages of Color #fed648

%0
%16
%72
%0

Triadic Colors of #fed648

#fed648 #48fed6 #d648fe

Analogous Colors of #fed648

#fed648 #cbfe48 #fe7b48

Monochromatic Colors of #fed648

#fed648

Complementary Color

#fed648 #4870fe

#fed648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed648 Color CSS Codes

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

#fed648 Text Font Color

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

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


#fed648 Background Color

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

This div background color is #fed648


#fed648 Border Color

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

This div border color is #fed648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed648

Related Colors


Comments

No comments written yet.

Please login to write comment.