Color Hex Logo

#feb948 Color Hex

#FEB948
(254,185,72)
0 Favorites   0 Comments

Color spaces of #feb948

RGB 25418572
HSL0.100.990.64
HSV37°72°100°
CMYK 0.000.270.72   0.00
XYZ59.391756.236613.8554
Yxy56.23660.45870.4343
Hunter Lab74.991110.134741.5393
CIE-Lab79.748314.755564.4867

#feb948 color RGB value is (254,185,72).

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

The process color (four color CMYK) of #feb948 color hex is 0.00, 0.27, 0.72, 0.00. Web safe color of #feb948 is #ffcc33. Color #feb948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01001000
Octal 376 271 110
Decimal 254 185 72
Hex FE B9 48

RGB Percentages of Color #feb948

%49.71
%36.20
%14.09

CMYK Percentages of Color #feb948

%0
%27
%72
%0

Triadic Colors of #feb948

#feb948 #48feb9 #b948fe

Analogous Colors of #feb948

#feb948 #e8fe48 #fe5e48

Monochromatic Colors of #feb948

#feb948

Complementary Color

#feb948 #488dfe

#feb948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb948 Color CSS Codes

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

#feb948 Text Font Color

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

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


#feb948 Background Color

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

This div background color is #feb948


#feb948 Border Color

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

This div border color is #feb948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb948

Related Colors


Comments

No comments written yet.

Please login to write comment.