color codes Logo

#feb53c color codes

#FEB53C
(254,181,60)
0 Favorites   0 Comments

Color spaces of #feb53c

RGB 25418160
HSL0.100.990.62
HSV37°76°100°
CMYK 0.000.290.76   0.00
XYZ58.212554.444811.7157
Yxy54.44480.46800.4378
Hunter Lab73.786711.697142.2368
CIE-Lab78.720416.338168.1850

#feb53c color RGB value is (254,181,60).

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

The process color (four color CMYK) of #feb53c color code is 0.00, 0.29, 0.76, 0.00. Web safe color of #feb53c is #ffcc33. Color #feb53c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 00111100
Octal 376 265 74
Decimal 254 181 60
Hex FE B5 3C

RGB Percentages of Color #feb53c

%51.31
%36.57
%12.12

CMYK Percentages of Color #feb53c

%0
%29
%76
%0

Triadic Colors of #feb53c

#feb53c #3cfeb5 #b53cfe

Analogous Colors of #feb53c

#feb53c #e6fe3c #fe543c

Monochromatic Colors of #feb53c

#feb53c

Complementary Color

#feb53c #3c85fe

#feb53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb53c Color CSS Codes

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

#feb53c Text Font Color

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

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


#feb53c Background Color

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

This div background color is #feb53c


#feb53c Border Color

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

This div border color is #feb53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb53c

Related Colors


Comments

No comments written yet.

Please login to write comment.