Color Hex Logo

#feb925 Color Hex

#FEB925
(254,185,37)
0 Favorites   0 Comments

Color spaces of #feb925

RGB 25418537
HSL0.110.990.57
HSV41°85°100°
CMYK 0.000.270.85   0.00
XYZ58.555955.90239.4543
Yxy55.90230.47260.4511
Hunter Lab74.76788.952144.8403
CIE-Lab79.558213.560276.1923

#feb925 color RGB value is (254,185,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 00100101
Octal 376 271 45
Decimal 254 185 37
Hex FE B9 25

RGB Percentages of Color #feb925

%53.36
%38.87
%7.77

CMYK Percentages of Color #feb925

%0
%27
%85
%0

Triadic Colors of #feb925

#feb925 #25feb9 #b925fe

Analogous Colors of #feb925

#feb925 #d7fe25 #fe4c25

Monochromatic Colors of #feb925

#feb925

Complementary Color

#feb925 #256afe

#feb925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb925 Color CSS Codes

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

#feb925 Text Font Color

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

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


#feb925 Background Color

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

This div background color is #feb925


#feb925 Border Color

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

This div border color is #feb925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb925


Comments

No comments written yet.

Please login to write comment.