Color Hex Logo

#feb70f Color Hex

#FEB70F
(254,183,15)
0 Favorites   0 Comments

Color spaces of #feb70f

RGB 25418315
HSL0.120.990.53
HSV42°94°100°
CMYK 0.000.280.94   0.00
XYZ57.892854.97238.0114
Yxy54.97230.47890.4548
Hunter Lab74.14339.626145.4939
CIE-Lab79.025314.245080.0299

#feb70f color RGB value is (254,183,15).

#feb70f hex color red value is 254, green value is 183 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #feb70f hue: 0.12 , saturation: 0.99 and the lightness value of feb70f is 0.53.

The process color (four color CMYK) of #feb70f color hex is 0.00, 0.28, 0.94, 0.00. Web safe color of #feb70f is #ffcc00. Color #feb70f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 00001111
Octal 376 267 17
Decimal 254 183 15
Hex FE B7 F

RGB Percentages of Color #feb70f

%56.19
%40.49
%3.32

CMYK Percentages of Color #feb70f

%0
%28
%94
%0

Triadic Colors of #feb70f

#feb70f #0ffeb7 #b70ffe

Analogous Colors of #feb70f

#feb70f #cefe0f #fe400f

Monochromatic Colors of #feb70f

#feb70f

Complementary Color

#feb70f #0f56fe

#feb70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb70f Color CSS Codes

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

#feb70f Text Font Color

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

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


#feb70f Background Color

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

This div background color is #feb70f


#feb70f Border Color

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

This div border color is #feb70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb70f

Related Colors


Comments

No comments written yet.

Please login to write comment.