Color Hex Logo

#feb526 Color Hex

#FEB526
(254,181,38)
0 Favorites   0 Comments

Color spaces of #feb526

RGB 25418138
HSL0.110.990.57
HSV40°85°100°
CMYK 0.000.290.85   0.00
XYZ57.746854.25859.2631
Yxy54.25850.47620.4474
Hunter Lab73.660411.031344.1063
CIE-Lab78.612215.669075.1625

#feb526 color RGB value is (254,181,38).

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

The process color (four color CMYK) of #feb526 color hex is 0.00, 0.29, 0.85, 0.00. Web safe color of #feb526 is #ffcc33. Color #feb526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 00100110
Octal 376 265 46
Decimal 254 181 38
Hex FE B5 26

RGB Percentages of Color #feb526

%53.70
%38.27
%8.03

CMYK Percentages of Color #feb526

%0
%29
%85
%0

Triadic Colors of #feb526

#feb526 #26feb5 #b526fe

Analogous Colors of #feb526

#feb526 #dbfe26 #fe4926

Monochromatic Colors of #feb526

#feb526

Complementary Color

#feb526 #266ffe

#feb526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb526 Color CSS Codes

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

#feb526 Text Font Color

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

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


#feb526 Background Color

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

This div background color is #feb526


#feb526 Border Color

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

This div border color is #feb526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb526

Related Colors


Comments

No comments written yet.

Please login to write comment.