color codes Logo

#feaf39 color codes

#FEAF39
(254,175,57)
0 Favorites   0 Comments

Color spaces of #feaf39

RGB 25417557
HSL0.100.990.61
HSV36°78°100°
CMYK 0.000.310.78   0.00
XYZ56.941552.026210.9118
Yxy52.02620.47500.4340
Hunter Lab72.129214.688541.5210
CIE-Lab77.296519.362467.9575

#feaf39 color RGB value is (254,175,57).

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

The process color (four color CMYK) of #feaf39 color code is 0.00, 0.31, 0.78, 0.00. Web safe color of #feaf39 is #ff9933. Color #feaf39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 00111001
Octal 376 257 71
Decimal 254 175 57
Hex FE AF 39

RGB Percentages of Color #feaf39

%52.26
%36.01
%11.73

CMYK Percentages of Color #feaf39

%0
%31
%78
%0

Triadic Colors of #feaf39

#feaf39 #39feaf #af39fe

Analogous Colors of #feaf39

#feaf39 #ebfe39 #fe4d39

Monochromatic Colors of #feaf39

#feaf39

Complementary Color

#feaf39 #3988fe

#feaf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf39 Color CSS Codes

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

#feaf39 Text Font Color

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

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


#feaf39 Background Color

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

This div background color is #feaf39


#feaf39 Border Color

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

This div border color is #feaf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf39


Comments

No comments written yet.

Please login to write comment.