Color Hex Logo

#feaf03 Color Hex

#FEAF03
(254,175,3)
0 Favorites   0 Comments

Color spaces of #feaf03

RGB 2541753
HSL0.110.990.50
HSV41°99°100°
CMYK 0.000.310.99   0.00
XYZ56.219551.73737.1094
Yxy51.73730.48860.4496
Hunter Lab71.928613.640644.4899
CIE-Lab77.123518.319180.0222

#feaf03 color RGB value is (254,175,3).

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

The process color (four color CMYK) of #feaf03 color hex is 0.00, 0.31, 0.99, 0.00. Web safe color of #feaf03 is #ff9900. Color #feaf03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00000011
Octal 376 257 3
Decimal 254 175 3
Hex FE AF 3

RGB Percentages of Color #feaf03

%58.80
%40.51
%0.69

CMYK Percentages of Color #feaf03

%0
%31
%99
%0

Triadic Colors of #feaf03

#feaf03 #03feaf #af03fe

Analogous Colors of #feaf03

#feaf03 #d0fe03 #fe3103

Monochromatic Colors of #feaf03

#feaf03

Complementary Color

#feaf03 #0352fe

#feaf03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf03 Color CSS Codes

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

#feaf03 Text Font Color

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

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


#feaf03 Background Color

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

This div background color is #feaf03


#feaf03 Border Color

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

This div border color is #feaf03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf03

Related Colors


Comments

No comments written yet.

Please login to write comment.