Color Hex Logo

#fedb37 Color Hex

#FEDB37
(254,219,55)
0 Favorites   0 Comments

Color spaces of #fedb37

RGB 25421955
HSL0.140.990.61
HSV49°78°100°
CMYK 0.000.140.78   0.00
XYZ66.894272.009713.9880
Yxy72.00970.43750.4710
Hunter Lab84.8585-7.790449.6277
CIE-Lab87.9733-3.406478.3478

#fedb37 color RGB value is (254,219,55).

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

The process color (four color CMYK) of #fedb37 color hex is 0.00, 0.14, 0.78, 0.00. Web safe color of #fedb37 is #ffcc33. Color #fedb37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 00110111
Octal 376 333 67
Decimal 254 219 55
Hex FE DB 37

RGB Percentages of Color #fedb37

%48.11
%41.48
%10.42

CMYK Percentages of Color #fedb37

%0
%14
%78
%0

Triadic Colors of #fedb37

#fedb37 #37fedb #db37fe

Analogous Colors of #fedb37

#fedb37 #befe37 #fe7837

Monochromatic Colors of #fedb37

#fedb37

Complementary Color

#fedb37 #375afe

#fedb37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb37 Color CSS Codes

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

#fedb37 Text Font Color

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

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


#fedb37 Background Color

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

This div background color is #fedb37


#fedb37 Border Color

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

This div border color is #fedb37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb37


Comments

No comments written yet.

Please login to write comment.