Color Hex Logo

#feb315 Color Hex

#FEB315
(254,179,21)
0 Favorites   0 Comments

Color spaces of #feb315

RGB 25417921
HSL0.110.990.54
HSV41°92°100°
CMYK 0.000.300.92   0.00
XYZ57.128553.36527.9990
Yxy53.36520.48210.4504
Hunter Lab73.051511.752444.6439
CIE-Lab78.090116.402578.4608

#feb315 color RGB value is (254,179,21).

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

The process color (four color CMYK) of #feb315 color hex is 0.00, 0.30, 0.92, 0.00. Web safe color of #feb315 is #ffcc00. Color #feb315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00010101
Octal 376 263 25
Decimal 254 179 21
Hex FE B3 15

RGB Percentages of Color #feb315

%55.95
%39.43
%4.63

CMYK Percentages of Color #feb315

%0
%30
%92
%0

Triadic Colors of #feb315

#feb315 #15feb3 #b315fe

Analogous Colors of #feb315

#feb315 #d5fe15 #fe3e15

Monochromatic Colors of #feb315

#feb315

Complementary Color

#feb315 #1560fe

#feb315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb315 Color CSS Codes

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

#feb315 Text Font Color

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

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


#feb315 Background Color

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

This div background color is #feb315


#feb315 Border Color

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

This div border color is #feb315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb315


Comments

No comments written yet.

Please login to write comment.