color codes Logo

#feb31d color codes

#FEB31D
(254,179,29)
0 Favorites   0 Comments

Color spaces of #feb31d

RGB 25417929
HSL0.110.990.55
HSV40°89°100°
CMYK 0.000.300.89   0.00
XYZ57.214953.39978.4540
Yxy53.39970.48050.4485
Hunter Lab73.075111.877044.2934
CIE-Lab78.110416.527876.9367

#feb31d color RGB value is (254,179,29).

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

The process color (four color CMYK) of #feb31d color code is 0.00, 0.30, 0.89, 0.00. Web safe color of #feb31d is #ffcc33. Color #feb31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00011101
Octal 376 263 35
Decimal 254 179 29
Hex FE B3 1D

RGB Percentages of Color #feb31d

%54.98
%38.74
%6.28

CMYK Percentages of Color #feb31d

%0
%30
%89
%0

Triadic Colors of #feb31d

#feb31d #1dfeb3 #b31dfe

Analogous Colors of #feb31d

#feb31d #d9fe1d #fe431d

Monochromatic Colors of #feb31d

#feb31d

Complementary Color

#feb31d #1d68fe

#feb31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb31d Color CSS Codes

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

#feb31d Text Font Color

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

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


#feb31d Background Color

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

This div background color is #feb31d


#feb31d Border Color

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

This div border color is #feb31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb31d


Comments

No comments written yet.

Please login to write comment.