Color Hex Logo

#feaf25 Color Hex

#FEAF25
(254,175,37)
0 Favorites   0 Comments

Color spaces of #feaf25

RGB 25417537
HSL0.110.990.57
HSV38°85°100°
CMYK 0.000.310.85   0.00
XYZ56.537051.86438.7813
Yxy51.86430.48250.4426
Hunter Lab72.016914.102343.1823
CIE-Lab77.199618.779574.2792

#feaf25 color RGB value is (254,175,37).

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

The process color (four color CMYK) of #feaf25 color hex is 0.00, 0.31, 0.85, 0.00. Web safe color of #feaf25 is #ff9933. Color #feaf25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00100101
Octal 376 257 45
Decimal 254 175 37
Hex FE AF 25

RGB Percentages of Color #feaf25

%54.51
%37.55
%7.94

CMYK Percentages of Color #feaf25

%0
%31
%85
%0

Triadic Colors of #feaf25

#feaf25 #25feaf #af25fe

Analogous Colors of #feaf25

#feaf25 #e1fe25 #fe4325

Monochromatic Colors of #feaf25

#feaf25

Complementary Color

#feaf25 #2574fe

#feaf25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf25 Color CSS Codes

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

#feaf25 Text Font Color

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

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


#feaf25 Background Color

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

This div background color is #feaf25


#feaf25 Border Color

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

This div border color is #feaf25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf25

Related Colors


Comments

No comments written yet.

Please login to write comment.