Color Hex Logo

#fed455 Color Hex

#FED455
(254,212,85)
0 Favorites   0 Comments

Color spaces of #fed455

RGB 25421285
HSL0.130.990.66
HSV45°67°100°
CMYK 0.000.170.67   0.00
XYZ66.056268.813718.3952
Yxy68.81370.43100.4490
Hunter Lab82.9540-3.030244.9202
CIE-Lab86.41171.459466.0085

#fed455 color RGB value is (254,212,85).

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

The process color (four color CMYK) of #fed455 color hex is 0.00, 0.17, 0.67, 0.00. Web safe color of #fed455 is #ffcc66. Color #fed455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 01010101
Octal 376 324 125
Decimal 254 212 85
Hex FE D4 55

RGB Percentages of Color #fed455

%46.10
%38.48
%15.43

CMYK Percentages of Color #fed455

%0
%17
%67
%0

Triadic Colors of #fed455

#fed455 #55fed4 #d455fe

Analogous Colors of #fed455

#fed455 #d4fe55 #fe8055

Monochromatic Colors of #fed455

#fed455

Complementary Color

#fed455 #557ffe

#fed455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed455 Color CSS Codes

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

#fed455 Text Font Color

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

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


#fed455 Background Color

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

This div background color is #fed455


#fed455 Border Color

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

This div border color is #fed455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed455

Related Colors

#fed455 Color Palettes


Comments

No comments written yet.

Please login to write comment.