Color Hex Logo

#fedb55 Color Hex

#FEDB55
(254,219,85)
0 Favorites   0 Comments

Color spaces of #fedb55

RGB 25421985
HSL0.130.990.66
HSV48°67°100°
CMYK 0.000.140.67   0.00
XYZ67.844372.389718.9912
Yxy72.38970.42610.4546
Hunter Lab85.0821-6.558346.3234
CIE-Lab88.1558-2.097767.8342

#fedb55 color RGB value is (254,219,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 01010101
Octal 376 333 125
Decimal 254 219 85
Hex FE DB 55

RGB Percentages of Color #fedb55

%45.52
%39.25
%15.23

CMYK Percentages of Color #fedb55

%0
%14
%67
%0

Triadic Colors of #fedb55

#fedb55 #55fedb #db55fe

Analogous Colors of #fedb55

#fedb55 #cdfe55 #fe8755

Monochromatic Colors of #fedb55

#fedb55

Complementary Color

#fedb55 #5578fe

#fedb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb55 Color CSS Codes

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

#fedb55 Text Font Color

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

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


#fedb55 Background Color

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

This div background color is #fedb55


#fedb55 Border Color

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

This div border color is #fedb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb55


Comments

No comments written yet.

Please login to write comment.