Color Hex Logo

#feb13d Color Hex

#FEB13D
(254,177,61)
1 Favorites   0 Comments

Color spaces of #feb13d

RGB 25417761
HSL0.100.990.62
HSV36°76°100°
CMYK 0.000.300.76   0.00
XYZ57.437552.852011.5891
Yxy52.85200.47130.4336
Hunter Lab72.699413.803341.4381
CIE-Lab77.787518.466266.9205

#feb13d color RGB value is (254,177,61).

#feb13d hex color red value is 254, green value is 177 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #feb13d hue: 0.10 , saturation: 0.99 and the lightness value of feb13d is 0.62.

The process color (four color CMYK) of #feb13d color hex is 0.00, 0.30, 0.76, 0.00. Web safe color of #feb13d is #ff9933. Color #feb13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 00111101
Octal 376 261 75
Decimal 254 177 61
Hex FE B1 3D

RGB Percentages of Color #feb13d

%51.63
%35.98
%12.40

CMYK Percentages of Color #feb13d

%0
%30
%76
%0

Triadic Colors of #feb13d

#feb13d #3dfeb1 #b13dfe

Analogous Colors of #feb13d

#feb13d #ebfe3d #fe513d

Monochromatic Colors of #feb13d

#feb13d

Complementary Color

#feb13d #3d8afe

#feb13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb13d Color CSS Codes

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

#feb13d Text Font Color

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

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


#feb13d Background Color

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

This div background color is #feb13d


#feb13d Border Color

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

This div border color is #feb13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb13d

Related Colors


Comments

No comments written yet.

Please login to write comment.