Color Hex Logo

#fed655 Color Hex

#FED655
(254,214,85)
0 Favorites   0 Comments

Color spaces of #fed655

RGB 25421485
HSL0.130.990.66
HSV46°67°100°
CMYK 0.000.160.67   0.00
XYZ66.559369.819818.5629
Yxy69.81980.42960.4506
Hunter Lab83.5582-4.040745.3192
CIE-Lab86.90840.440066.5299

#fed655 color RGB value is (254,214,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01010101
Octal 376 326 125
Decimal 254 214 85
Hex FE D6 55

RGB Percentages of Color #fed655

%45.93
%38.70
%15.37

CMYK Percentages of Color #fed655

%0
%16
%67
%0

Triadic Colors of #fed655

#fed655 #55fed6 #d655fe

Analogous Colors of #fed655

#fed655 #d2fe55 #fe8255

Monochromatic Colors of #fed655

#fed655

Complementary Color

#fed655 #557dfe

#fed655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed655 Color CSS Codes

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

#fed655 Text Font Color

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

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


#fed655 Background Color

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

This div background color is #fed655


#fed655 Border Color

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

This div border color is #fed655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed655


Comments

No comments written yet.

Please login to write comment.