Color Hex Logo

#feb425 Color Hex

#FEB425
(254,180,37)
0 Favorites   0 Comments

Color spaces of #feb425

RGB 25418037
HSL0.110.990.57
HSV40°85°100°
CMYK 0.000.290.85   0.00
XYZ57.528253.84699.1117
Yxy53.84690.47750.4469
Hunter Lab73.380411.523244.0042
CIE-Lab78.372416.167775.2308

#feb425 color RGB value is (254,180,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 00100101
Octal 376 264 45
Decimal 254 180 37
Hex FE B4 25

RGB Percentages of Color #feb425

%53.93
%38.22
%7.86

CMYK Percentages of Color #feb425

%0
%29
%85
%0

Triadic Colors of #feb425

#feb425 #25feb4 #b425fe

Analogous Colors of #feb425

#feb425 #dcfe25 #fe4725

Monochromatic Colors of #feb425

#feb425

Complementary Color

#feb425 #256ffe

#feb425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb425 Color CSS Codes

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

#feb425 Text Font Color

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

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


#feb425 Background Color

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

This div background color is #feb425


#feb425 Border Color

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

This div border color is #feb425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb425

Related Colors


Comments

No comments written yet.

Please login to write comment.