Color Hex Logo

#ffb526 Color Hex

#FFB526
(255,181,38)
0 Favorites   0 Comments

Color spaces of #ffb526

RGB 25518138
HSL0.111.000.57
HSV40°85°100°
CMYK 0.000.290.85   0.00
XYZ58.113754.44779.2803
Yxy54.44770.47700.4469
Hunter Lab73.788711.450944.1953
CIE-Lab78.722116.090575.2974

#ffb526 color RGB value is (255,181,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 00100110
Octal 377 265 46
Decimal 255 181 38
Hex FF B5 26

RGB Percentages of Color #ffb526

%53.80
%38.19
%8.02

CMYK Percentages of Color #ffb526

%0
%29
%85
%0

Triadic Colors of #ffb526

#ffb526 #26ffb5 #b526ff

Analogous Colors of #ffb526

#ffb526 #ddff26 #ff4826

Monochromatic Colors of #ffb526

#ffb526

Complementary Color

#ffb526 #2670ff

#ffb526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb526 Color CSS Codes

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

#ffb526 Text Font Color

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

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


#ffb526 Background Color

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

This div background color is #ffb526


#ffb526 Border Color

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

This div border color is #ffb526


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ffb526">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb526

#ffb526 Color Palettes


Comments

No comments written yet.

Please login to write comment.